summaryrefslogtreecommitdiff
path: root/debian/initramfs-tools.postinst
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-06-22 20:50:14 +0200
committermaximilian attems <maks@debian.org>2006-06-22 20:50:14 +0200
commit0754335a68ecc127f73dd5c42fa042928952b579 (patch)
tree853f8bfef5bb0ebef364df9c7ca076f675222cb7 /debian/initramfs-tools.postinst
parentd471f025bf9e5ff0217cc387250be4a410a90aba (diff)
downloadinitramfs-tools-0754335a68ecc127f73dd5c42fa042928952b579.tar.gz
initramfs-tools-0754335a68ecc127f73dd5c42fa042928952b579.zip
rephrase docs
remove cp modules from postinstall, install confdir lots of small polishing thanks to Sesse review don't use touch on init
Diffstat (limited to 'debian/initramfs-tools.postinst')
-rw-r--r--debian/initramfs-tools.postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/initramfs-tools.postinst b/debian/initramfs-tools.postinst
index f1cfcfa..9a0b555 100644
--- a/debian/initramfs-tools.postinst
+++ b/debian/initramfs-tools.postinst
@@ -35,15 +35,6 @@ if [ "$1" = configure ]; then
fi
fi
-if [ ! -e /etc/initramfs-tools/modules ]; then
- if [ -e /usr/share/doc/initramfs-tools/examples/modules ]; then
- cp /usr/share/doc/initramfs-tools/examples/modules \
- /etc/initramfs-tools/
- else
- touch /etc/initramfs-tools/modules
- fi
-fi
-
# Regenerate initramfs on upgrade
if [ "$1" = "configure" -a -n "$2" ]; then
update-initramfs -u