summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/init-d/init.d-symlink/build-spec/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/init-d/init.d-symlink/build-spec/debian/postrm')
-rwxr-xr-xt/recipes/checks/init-d/init.d-symlink/build-spec/debian/postrm6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/recipes/checks/init-d/init.d-symlink/build-spec/debian/postrm b/t/recipes/checks/init-d/init.d-symlink/build-spec/debian/postrm
new file mode 100755
index 0000000..4bf5ee6
--- /dev/null
+++ b/t/recipes/checks/init-d/init.d-symlink/build-spec/debian/postrm
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+if [ "$1" = purse ] ; then
+ update-rc.d lintian remove >/dev/null
+fi
+#DEBHELPER#