From a676ea25a55d53a1e18681e6fdc4e9245f6d9bb6 Mon Sep 17 00:00:00 2001 From: graysky Date: Thu, 6 Jun 2013 18:18:27 -0400 Subject: [PATCH] consistent bullet points for INSTALL/REMOVE --- srcpkgs/profile-sync-daemon/INSTALL | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/profile-sync-daemon/INSTALL b/srcpkgs/profile-sync-daemon/INSTALL index abf28539dd..45b3966bec 100644 --- a/srcpkgs/profile-sync-daemon/INSTALL +++ b/srcpkgs/profile-sync-daemon/INSTALL @@ -1,13 +1,11 @@ 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 '--> 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 '--------------------------------------------------------------------------' + echo '--> ALWAYS backup your profile data before using utils like psd!' fi ;; esac