[DRE-commits] [diaspora-installer] 03/06: remove bin/bundle symlink

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 1 05:37:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora-installer.

commit a1a50c5bac6f1e5fd37ffa2ab257531c0ecf971b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Sep 1 10:22:48 2015 +0530

    remove bin/bundle symlink
---
 debian/preinst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/preinst b/debian/preinst
index 0c255bb..80a7fef 100755
--- a/debian/preinst
+++ b/debian/preinst
@@ -11,6 +11,13 @@ then
     rm -rf ${diaspora_home}/bin
 fi
 
+# Remove bin/bundle symlink
+if test -L ${diaspora_home}/bin/bundle
+then
+    rm -rf ${diaspora_home}/bin/bundle
+fi
+
+
 # Check if PostgreSQL database diaspora_production exist
 if su diaspora -s /bin/sh -c "psql  diaspora_production -c ''"
 then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git



More information about the Pkg-ruby-extras-commits mailing list