diff options
| author | maximilian attems <maks@debian.org> | 2006-06-22 20:50:14 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-06-22 20:50:14 +0200 |
| commit | 0754335a68ecc127f73dd5c42fa042928952b579 (patch) | |
| tree | 853f8bfef5bb0ebef364df9c7ca076f675222cb7 /debian/initramfs-tools.postinst | |
| parent | d471f025bf9e5ff0217cc387250be4a410a90aba (diff) | |
| download | initramfs-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.postinst | 9 |
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 |
