aboutsummaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2002-10-26 08:56:39 +0000
committerOlivier Abad <oabad@noos.fr>2002-10-26 08:56:39 +0000
commite0926b556ac4dbca1041577b1b226d50b473bfaf (patch)
treeced722522167b221b25029109103f8bb6ab26a35 /debian/postinst
parent45ed05190c4bf75aa16dba9c391daf4ff3bc77cb (diff)
Update Debian packaging files. Ethereal is now split in 4 packages :
ethereal-common, ethereal, tethereal, ethereal-dev svn path=/trunk/; revision=6513
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst12
1 files changed, 1 insertions, 11 deletions
diff --git a/debian/postinst b/debian/postinst
index 1be916fa31..5640fc3bc5 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -2,15 +2,5 @@
if test -e /usr/etc/manuf ; then rm /usr/etc/manuf ; fi
-# Automatically added by dh_installdocs
-if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/ethereal -a -d /usr/share/doc/ethereal ]; then
- ln -sf ../share/doc/ethereal /usr/doc/ethereal
- fi
-fi
-# End automatically added section
-
-# Automatically added by dh_installmenu
-if test -x /usr/bin/update-menus ; then update-menus ; fi
-# End automatically added section
+#DEBHELPER#