void-packages/srcpkgs/profile-sync-daemon/INSTALL
2013-06-06 18:10:39 -04:00

13 lines
555 B
Text

case "$ACTION" in
post)
if [ "$UPDATE" = "no" ]; then
echo '--------------------------------------------------------------------------'
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!'
echo '--------------------------------------------------------------------------'
fi
;;
esac