[Demudi-commits] r658 - bootsplash-theme-debian/trunk/debian

Free Ekanayaka free-guest at costa.debian.org
Mon Feb 6 21:46:25 UTC 2006


Author: free-guest
Date: 2006-02-06 21:46:24 +0000 (Mon, 06 Feb 2006)
New Revision: 658

Modified:
   bootsplash-theme-debian/trunk/debian/changelog
   bootsplash-theme-debian/trunk/debian/postinst
Log:
* Don't fail postinst script if the debconf variable is already set

Modified: bootsplash-theme-debian/trunk/debian/changelog
===================================================================
--- bootsplash-theme-debian/trunk/debian/changelog	2006-02-06 21:40:46 UTC (rev 657)
+++ bootsplash-theme-debian/trunk/debian/changelog	2006-02-06 21:46:24 UTC (rev 658)
@@ -7,6 +7,7 @@
   * Added copyright
   * Added watch file, the upstream tarball has not version, but
     at least we know where to grab it
+  * Don't fail postinst script if the debconf variable is already set
 
  -- Free Ekanayaka <free at agnula.org>  Tue,  7 Feb 2006 00:23:43 -0500
 

Modified: bootsplash-theme-debian/trunk/debian/postinst
===================================================================
--- bootsplash-theme-debian/trunk/debian/postinst	2006-02-06 21:40:46 UTC (rev 657)
+++ bootsplash-theme-debian/trunk/debian/postinst	2006-02-06 21:46:24 UTC (rev 658)
@@ -22,7 +22,7 @@
 
 case "$1" in
     configure)
-        db_register shared/bootsplash-theme bootsplash-theme-$THEME_SUFFIX
+        db_register shared/bootsplash-theme bootsplash-theme-$THEME_SUFFIX || true
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)




More information about the Demudi-commits mailing list