2013-06-06 22:10:39 +00:00
|
|
|
case "$ACTION" in
|
|
|
|
post)
|
|
|
|
if [ "$UPDATE" = "no" ]; then
|
2013-06-06 22:18:27 +00:00
|
|
|
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'
|
2013-06-06 22:10:39 +00:00
|
|
|
echo
|
2013-06-06 22:18:27 +00:00
|
|
|
echo '--> ALWAYS backup your profile data before using utils like psd!'
|
2013-06-06 22:10:39 +00:00
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|