summaryrefslogtreecommitdiff
path: root/debian/initramfs-tools.postrm
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@ubuntu.com>2005-08-16 13:34:13 -0400
committerJeff Bailey <jbailey@ubuntu.com>2005-08-16 13:34:13 -0400
commit618760b004d07efb11f05e57d46ed4b5adb2823c (patch)
tree196895455a2d38f79e6e742786cccd0b9636f8fe /debian/initramfs-tools.postrm
parent3d319f70b29f804234fa5eb6e93c1168b0d2dddf (diff)
downloadinitramfs-tools-618760b004d07efb11f05e57d46ed4b5adb2823c.tar.gz
initramfs-tools-618760b004d07efb11f05e57d46ed4b5adb2823c.zip
Cleanup commit, sorry for the mess
Diffstat (limited to 'debian/initramfs-tools.postrm')
-rw-r--r--debian/initramfs-tools.postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/initramfs-tools.postrm b/debian/initramfs-tools.postrm
index 7bea06f..2af9945 100644
--- a/debian/initramfs-tools.postrm
+++ b/debian/initramfs-tools.postrm
@@ -1,7 +1,7 @@
#!/bin/sh
if [ "x${1}" = "xpurge" ]; then
- rm /etc/mkinitramfs/modules
+ rm -f /etc/mkinitramfs/modules
fi
#DEBHELPER#