Author: plessy
Date: 2011-04-07 04:28:58 +0000 (Thu, 07 Apr 2011)
New Revision: 6474

Modified:
   trunk/packages/gbrowse/trunk/debian/gbrowse-data.postinst
   trunk/packages/gbrowse/trunk/debian/postinst
   trunk/packages/gbrowse/trunk/debian/postrm
Log:
Remove debconf as we are not using it (yet ?).

The removed lines generate long ouptut when set -x is added to the scripts for 
debugging.


Modified: trunk/packages/gbrowse/trunk/debian/gbrowse-data.postinst
===================================================================
--- trunk/packages/gbrowse/trunk/debian/gbrowse-data.postinst   2011-04-07 
04:26:28 UTC (rev 6473)
+++ trunk/packages/gbrowse/trunk/debian/gbrowse-data.postinst   2011-04-07 
04:28:58 UTC (rev 6474)
@@ -2,9 +2,6 @@
 
 set -e
 
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
 case "$1" in
     configure)
       chown -R root:www-data /usr/share/gbrowse/databases

Modified: trunk/packages/gbrowse/trunk/debian/postinst
===================================================================
--- trunk/packages/gbrowse/trunk/debian/postinst        2011-04-07 04:26:28 UTC 
(rev 6473)
+++ trunk/packages/gbrowse/trunk/debian/postinst        2011-04-07 04:28:58 UTC 
(rev 6474)
@@ -2,9 +2,6 @@
 
 set -e
 
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
 case "$1" in
     configure)
     if [ ! -d /var/cache/gbrowse ] ; then

Modified: trunk/packages/gbrowse/trunk/debian/postrm
===================================================================
--- trunk/packages/gbrowse/trunk/debian/postrm  2011-04-07 04:26:28 UTC (rev 
6473)
+++ trunk/packages/gbrowse/trunk/debian/postrm  2011-04-07 04:28:58 UTC (rev 
6474)
@@ -2,9 +2,6 @@
 
 set -e
 
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
 case "$1" in
     purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
 rm -rf /var/cache/gbrowse


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to