[Pkg-fglrx-devel] r1016 - fglrx-driver/trunk/debian
Andreas Beckmann
anbe-guest at alioth.debian.org
Wed Aug 1 18:46:25 UTC 2012
Author: anbe-guest
Date: 2012-08-01 18:46:24 +0000 (Wed, 01 Aug 2012)
New Revision: 1016
Modified:
fglrx-driver/trunk/debian/changelog
fglrx-driver/trunk/debian/fglrx-driver.postrm
Log:
do not fail if the debconf templates are not available during removal
Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog 2012-08-01 16:59:55 UTC (rev 1015)
+++ fglrx-driver/trunk/debian/changelog 2012-08-01 18:46:24 UTC (rev 1016)
@@ -1,3 +1,10 @@
+fglrx-driver (1:12-6+point-2) UNRELEASED; urgency=low
+
+ * fglrx-driver.postrm: Do not fail if the debconf templates are not
+ available (i.e. if the package is unconfigured).
+
+ -- Andreas Beckmann <debian at abeckmann.de> Wed, 01 Aug 2012 20:44:03 +0200
+
fglrx-driver (1:12-6+point-1) unstable; urgency=low
[ Debconf translations ]
Modified: fglrx-driver/trunk/debian/fglrx-driver.postrm
===================================================================
--- fglrx-driver/trunk/debian/fglrx-driver.postrm 2012-08-01 16:59:55 UTC (rev 1015)
+++ fglrx-driver/trunk/debian/fglrx-driver.postrm 2012-08-01 18:46:24 UTC (rev 1016)
@@ -6,7 +6,7 @@
warn_about_remaining_xorg_configuration()
{
# allow to disable the check via preseeding
- db_get fglrx-driver/check-xorg-conf-on-removal
+ db_get fglrx-driver/check-xorg-conf-on-removal || true
test "$RET" = "true" || return 0
XORG_CONF=$(grep -l '^[^#]*fglrx' /etc/X11/xorg.conf /etc/X11/xorg.conf.d/*.conf 2>/dev/null || true)
More information about the Pkg-fglrx-devel
mailing list