[arch-commits] Commit in transmission/trunk (transmission.install)

Roman Kyrylych roman at archlinux.org
Sun May 25 11:32:41 UTC 2008


    Date: Sunday, May 25, 2008 @ 07:32:41
  Author: roman
Revision: 2108

removed extra newlines from post_install

Modified:
  transmission/trunk/transmission.install

----------------------+
 transmission.install |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: transmission.install
===================================================================
--- transmission.install	2008-05-25 11:09:20 UTC (rev 2107)
+++ transmission.install	2008-05-25 11:32:41 UTC (rev 2108)
@@ -37,9 +37,9 @@
     if [[ ! $2 > 1.11 ]] # if you are upgrading from 1.11 or earlier...
     then
         echo -e "\n==> Configuration files are now stored in $XDG_*_HOME/transmission/"
-        echo -e "\n==> See http://trac.transmissionbt.com/ticket/684 for more details."
-        echo -e "\n==> If you don't have Xorg installed - you won't have $XDG_*_HOME variables set,"
-        echo -e "\n==> they are set in /etc/profile.d/xorg.sh which is available in libx11 package."
+        echo -e "==> See http://trac.transmissionbt.com/ticket/684 for more details."
+        echo -e "==> If you don't have Xorg installed - you won't have $XDG_*_HOME variables set,"
+        echo -e "==> they are set in /etc/profile.d/xorg.sh which is available in libx11 package."
     fi
 }
 





More information about the arch-commits mailing list