consistent bullet points for INSTALL/REMOVE

This commit is contained in:
graysky 2013-06-06 18:18:27 -04:00
parent 4075f3a6ad
commit a676ea25a5

View file

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