[DRE-commits] [SCM] ruby-thin.git branch, master, updated. upstream/1.2.11-39-g7ad4964

Ryan Niebur ryanryan52 at gmail.com
Tue Jan 24 18:49:13 UTC 2012


The following commit has been merged in the master branch:
commit e2720d19fe63e7ca11be95dc658c851186989ec3
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Tue Jan 24 10:19:37 2012 -0800

    make that a dpkg-maintscript-helper command

diff --git a/debian/thin.preinst b/debian/thin.preinst
index 6141c6e..6f9ff83 100644
--- a/debian/thin.preinst
+++ b/debian/thin.preinst
@@ -6,7 +6,7 @@ fi
 
 # thin1.8 provided the same service name, so we must remove it to avoid a failure due to insserv error
 if [ -f /etc/init.d/thin1.8 ]; then
-   rm_conffile /etc/init.d/thin1.8 1.2.4-1.1 thin1.8 -- "$@"
+   dpkg-maintscript-helper rm_conffile /etc/init.d/thin1.8 1.2.4-1.1 thin1.8 -- "$@"
    update-rc.d thin1.8 remove
 fi
 

-- 
ruby-thin.git



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