aboutsummaryrefslogtreecommitdiffstats
path: root/debian/wireshark-dev.prerm
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 20:28:29 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 20:28:29 +0000
commitfc9bedbd031db16e9957fd0ad2b46a4a2cfd233e (patch)
tree0896f17e3b0bdaed524d7b1f105453ec6b2a7e19 /debian/wireshark-dev.prerm
parented5e8f550c72c90cce44e41e00a2385f5b39cc89 (diff)
Rename the Debian packaging files.
svn path=/trunk/; revision=18281
Diffstat (limited to 'debian/wireshark-dev.prerm')
-rw-r--r--debian/wireshark-dev.prerm45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/wireshark-dev.prerm b/debian/wireshark-dev.prerm
new file mode 100644
index 0000000000..e53d972372
--- /dev/null
+++ b/debian/wireshark-dev.prerm
@@ -0,0 +1,45 @@
+#! /bin/bash -e
+#
+# Debian prerm script for Python x.y hierarchical modules
+# Written by Gregor Hoffleit <flight@debian.org>
+# Extended by Matthias Klose <doko@debian.org>
+#
+
+PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'`
+
+dpkg --listfiles $PACKAGE |
+ awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
+ xargs rm -f >&2
+
+#DEBHELPER#
+
+#! /bin/bash -e
+#
+# Debian prerm script for Python x.y hierarchical modules
+# Written by Gregor Hoffleit <flight@debian.org>
+# Extended by Matthias Klose <doko@debian.org>
+#
+
+PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'`
+
+dpkg --listfiles $PACKAGE |
+ awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
+ xargs rm -f >&2
+
+#DEBHELPER#
+
+#! /bin/bash -e
+#
+# Debian prerm script for Python x.y hierarchical modules
+# Written by Gregor Hoffleit <flight@debian.org>
+# Extended by Matthias Klose <doko@debian.org>
+#
+
+PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'`
+
+dpkg --listfiles $PACKAGE |
+ awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
+ xargs rm -f >&2
+
+#DEBHELPER#
+