]> git.donarmstrong.com Git - debhelper.git/commitdiff
r548: removed
authorjoey <joey>
Mon, 16 Sep 2002 00:37:49 +0000 (00:37 +0000)
committerjoey <joey>
Mon, 16 Sep 2002 00:37:49 +0000 (00:37 +0000)
autoscripts/postinst-doc [deleted file]
autoscripts/postinst-init-invoke [deleted file]
autoscripts/postrm-init-invoke [deleted file]
autoscripts/prerm-doc [deleted file]
autoscripts/prerm-init-invoke [deleted file]
autoscripts/prerm-init-norestart-invoke [deleted file]

diff --git a/autoscripts/postinst-doc b/autoscripts/postinst-doc
deleted file mode 100644 (file)
index a49f4ca..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-if [ "$1" = "configure" ]; then
-       if [ -d /usr/doc ] && [ ! -e /usr/doc/#PACKAGE# ] && [ -d /usr/share/doc/#PACKAGE# ]; then
-               ln -sf ../share/doc/#PACKAGE# /usr/doc/#PACKAGE#
-       fi
-fi
diff --git a/autoscripts/postinst-init-invoke b/autoscripts/postinst-init-invoke
deleted file mode 100644 (file)
index 217a7c8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ -x "/etc/init.d/#SCRIPT#" ]; then
-       update-rc.d #SCRIPT# #INITPARMS# >/dev/null
-       invoke-rc.d #SCRIPT# start
-fi
diff --git a/autoscripts/postrm-init-invoke b/autoscripts/postrm-init-invoke
deleted file mode 100644 (file)
index 1c29298..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "purge" ] ; then
-       update-rc.d #SCRIPT# remove >/dev/null
-fi
diff --git a/autoscripts/prerm-doc b/autoscripts/prerm-doc
deleted file mode 100644 (file)
index bd77868..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$1" = "upgrade" ] || [ "$1" = "remove" ] && [ -L /usr/doc/#PACKAGE# ]
-then
-       rm -f /usr/doc/#PACKAGE#
-fi
diff --git a/autoscripts/prerm-init-invoke b/autoscripts/prerm-init-invoke
deleted file mode 100644 (file)
index ced7aba..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x "/etc/init.d/#SCRIPT#" ]; then
-       invoke-rc.d #SCRIPT# stop
-fi
diff --git a/autoscripts/prerm-init-norestart-invoke b/autoscripts/prerm-init-norestart-invoke
deleted file mode 100644 (file)
index b9414f0..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x "/etc/init.d/#SCRIPT#" ] && [ "$1" = remove ]; then
-       invoke-rc.d #SCRIPT# stop
-fi