Merge pull request #78 from graysky2/master

update psd to latest version
This commit is contained in:
Juan RP 2013-06-06 15:22:00 -07:00
commit f29df30af3
3 changed files with 21 additions and 3 deletions

View File

@ -0,0 +1,11 @@
case "$ACTION" in
post)
if [ "$UPDATE" = "no" ]; then
echo '--> Define which users will make use of the sync in /etc/psd.conf'
echo '--> Read the manpage before use or see the wiki page'
echo '--> https://wiki.archlinux.org/index.php/Profile-sync-daemon'
echo
echo '--> ALWAYS backup your profile data before using utils like psd!'
fi
;;
esac

View File

@ -0,0 +1,7 @@
case "$ACTION" in
pre)
echo '--> Automatically stopping psd to rotate profiles back out of tmpfs.'
echo '--> Be sure you disable psd.service and psd-resync.service manually.'
systemctl stop psd.service
;;
esac

View File

@ -1,13 +1,13 @@
# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
version=5.36.1
revision=2
version=5.36.2
revision=1
short_desc="Syncs browser profiles to tmpfs"
maintainer="graysky <graysky AT archlinux DOT us>"
license="MIT"
homepage="https://github.com/graysky2/profile-sync-daemon"
distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz"
checksum=bf2c1e133b9df6749e577e831007d07854664d838ef9f7670b8b4cb17d14d951
checksum=8a54260d5856bc531a8c8902c816b573300b5147bbf99a8e8388574977cd232c
long_desc="
profile-sync-daemon symlinks and sync browser profiles to RAM (tmpfs) thus
reducing SSD/HDD calls and speeding-up browsers."