[kernel] r6694 - dists/trunk/firmware-nonfree/debian/templates
Bastian Blank
waldi at costa.debian.org
Thu May 25 12:26:36 UTC 2006
Author: waldi
Date: Thu May 25 12:26:35 2006
New Revision: 6694
Modified:
dists/trunk/firmware-nonfree/debian/templates/firmware.postinst.in
Log:
debian/templates/firmware.postinst.in: configure is not the only possible command.
Modified: dists/trunk/firmware-nonfree/debian/templates/firmware.postinst.in
==============================================================================
--- dists/trunk/firmware-nonfree/debian/templates/firmware.postinst.in (original)
+++ dists/trunk/firmware-nonfree/debian/templates/firmware.postinst.in Thu May 25 12:26:35 2006
@@ -6,16 +6,16 @@
configure)
if [ -x /usr/sbin/update-initramfs -a -e /etc/mkinitramfs/initramfs.conf ] ; then
update-initramfs -u
- else
- exit 0
fi
- ;;
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
*)
echo "postinst called with unknown argument \`$1'" 1>&2
exit 1
- ;;
-
+ ;;
esac
#DEBHELPER#
More information about the Kernel-svn-changes
mailing list