summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian-unstable/swat.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Debian/debian-unstable/swat.postrm')
-rw-r--r--packaging/Debian/debian-unstable/swat.postrm22
1 files changed, 0 insertions, 22 deletions
diff --git a/packaging/Debian/debian-unstable/swat.postrm b/packaging/Debian/debian-unstable/swat.postrm
deleted file mode 100644
index 6bc5873096..0000000000
--- a/packaging/Debian/debian-unstable/swat.postrm
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-#
-
-case "$1" in
- purge)
- update-inetd --remove '/usr/sbin/swat$'
- ;;
- remove)
- ;;
- upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
- *)
- echo "$0: unknown action \"$1\""
- exit 0
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-