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/kopete-kde3.postinst | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 ubuntu/maverick_automake/kdenetwork/debian/kopete-kde3.postinst (limited to 'ubuntu/maverick_automake/kdenetwork/debian/kopete-kde3.postinst') diff --git a/ubuntu/maverick_automake/kdenetwork/debian/kopete-kde3.postinst b/ubuntu/maverick_automake/kdenetwork/debian/kopete-kde3.postinst deleted file mode 100644 index dea105c69..000000000 --- a/ubuntu/maverick_automake/kdenetwork/debian/kopete-kde3.postinst +++ /dev/null @@ -1,41 +0,0 @@ -#! /bin/sh -# postinst script for kopete -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# - -case "$1" in - configure) - update-alternatives --auto irc.protocol || true - update-alternatives --verbose --install /usr/share/services/irc.protocol irc.protocol /opt/kde3/share/apps/kopete/irc.protocol 40 || true - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 -- cgit v1.2.1