aboutsummaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-02-10 11:17:23 -0800
committerGerald Combs <gerald@wireshark.org>2022-02-13 13:21:58 -0800
commit79da670bd1b4f91eebee5c96b19eaf1f33c94777 (patch)
treee5089f650f8c52aa9710ed71ca1891c9fcbbff58 /debian/postinst
parent4e3b2ec007872ffe13ffb2b0b3236a227d358ace (diff)
Packaging+GitLab CI: Move debian to the packaging directory.
We keep our various packaging assets in the "packaging" directory. Move the Debian assets there. dpkg-buildpackage doesn't seem appear to have a "debian directory path" option, but symlinking worked in my test container.
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 5640fc3bc5..0000000000
--- a/debian/postinst
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh -e
-
-if test -e /usr/etc/manuf ; then rm /usr/etc/manuf ; fi
-
-#DEBHELPER#
-