From 9df3c2d67cf20d04adda19eed55d70d866c51b16 Mon Sep 17 00:00:00 2001 From: joeyh Date: Tue, 18 Sep 2007 22:18:55 +0000 Subject: r2030: * dh_installmodules: Since modutils is gone, stop supporting debian/*.modutils files. Warn about such files. Closes: #443127 --- autoscripts/postinst-update-modules | 5 ----- autoscripts/postrm-update-modules | 3 --- 2 files changed, 8 deletions(-) delete mode 100644 autoscripts/postinst-update-modules delete mode 100644 autoscripts/postrm-update-modules (limited to 'autoscripts') diff --git a/autoscripts/postinst-update-modules b/autoscripts/postinst-update-modules deleted file mode 100644 index f5e13b5..0000000 --- a/autoscripts/postinst-update-modules +++ /dev/null @@ -1,5 +0,0 @@ -if [ "$1" = "configure" ]; then - if [ -x "`which update-modules 2>/dev/null`" ]; then - update-modules >/dev/null || [ "$?" = 3 ] - fi -fi diff --git a/autoscripts/postrm-update-modules b/autoscripts/postrm-update-modules deleted file mode 100644 index 35db871..0000000 --- a/autoscripts/postrm-update-modules +++ /dev/null @@ -1,3 +0,0 @@ -if [ -x "`which update-modules 2>/dev/null`" ]; then - update-modules >/dev/null || [ "$?" = 3 ] -fi -- cgit v1.2.1