summaryrefslogtreecommitdiff
path: root/kernel/postrm.d
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-09-17 15:36:16 +0200
committermaximilian attems <maks@debian.org>2008-09-17 15:36:16 +0200
commit04356cfcee60b2ff3a57a6942c2cebfdb088d04c (patch)
tree1fd981a790c46e5b878f443517fbd17b89d8953b /kernel/postrm.d
parent01988cc40c445aba8f592d01f2ce38857e34e205 (diff)
downloadinitramfs-tools-04356cfcee60b2ff3a57a6942c2cebfdb088d04c.tar.gz
initramfs-tools-04356cfcee60b2ff3a57a6942c2cebfdb088d04c.zip
Revert "initramfs-tools: Add support for linux-2.6 make deb-pkg target"
This reverts commit c5a45496b9c72e41333e213979d43fbcff34da9f. hinders removal of other package linux-image postinst call also the /etc/kernel structure, thus delete needs a takeover and this is postlenny material. thanks Vincent Danjean <vdanjean@debian.org> for report. (closes: #499270)
Diffstat (limited to 'kernel/postrm.d')
-rwxr-xr-xkernel/postrm.d/update-initramfs7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/postrm.d/update-initramfs b/kernel/postrm.d/update-initramfs
deleted file mode 100755
index 432d672..0000000
--- a/kernel/postrm.d/update-initramfs
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-#
-
-[ -z "$1" ] && exit 0
-
-# delete initramfs
-update-initramfs -d -k "$1"