From 4538fd673d9de4a9764f7ce96e35dc9d4e4977cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 9 Mar 2014 03:26:50 +0100 Subject: Housekeeping in Debian and Ubuntu --- .../kdenetwork/debian/ktalkd-kde3.postrm | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 ubuntu/lucid_automake/kdenetwork/debian/ktalkd-kde3.postrm (limited to 'ubuntu/lucid_automake/kdenetwork/debian/ktalkd-kde3.postrm') diff --git a/ubuntu/lucid_automake/kdenetwork/debian/ktalkd-kde3.postrm b/ubuntu/lucid_automake/kdenetwork/debian/ktalkd-kde3.postrm deleted file mode 100644 index 6c2b34cdc..000000000 --- a/ubuntu/lucid_automake/kdenetwork/debian/ktalkd-kde3.postrm +++ /dev/null @@ -1,34 +0,0 @@ -#! /bin/sh -# postrm script for ktalkd -# -# see: dh_installdeb(1) - -set -e - -remove_talk() { - if [ -x /usr/sbin/update-inetd ] - then - /usr/sbin/update-inetd --remove 'talk[ \t].*[ \t]/usr/sbin/ktalkd' - /usr/sbin/update-inetd --remove 'ntalk[ \t].*[ \t]/usr/sbin/ktalkd' - fi -} - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - remove_talk - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - -- cgit v1.2.1