summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/tdeadmin/debian/knetworkconf-trinity.postinst
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 02:00:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 02:00:00 -0600
commitce12f9fa05fe43b5878f3189e747e31bbb60c7f7 (patch)
treed413f990a9bf730db9626ccd8d1543e9ceca2b92 /ubuntu/precise/tdeadmin/debian/knetworkconf-trinity.postinst
parent906a58edb15cf66653ed0974d1507b5ff6acd65d (diff)
downloadtde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.tar.gz
tde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.zip
Update Debian and Ubuntu packaging with the latest renaming in GIT
Diffstat (limited to 'ubuntu/precise/tdeadmin/debian/knetworkconf-trinity.postinst')
-rw-r--r--ubuntu/precise/tdeadmin/debian/knetworkconf-trinity.postinst27
1 files changed, 0 insertions, 27 deletions
diff --git a/ubuntu/precise/tdeadmin/debian/knetworkconf-trinity.postinst b/ubuntu/precise/tdeadmin/debian/knetworkconf-trinity.postinst
deleted file mode 100644
index bcb12994d..000000000
--- a/ubuntu/precise/tdeadmin/debian/knetworkconf-trinity.postinst
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh -e
-
-case "$1" in
-
- configure)
- dpkg-divert --remove /usr/share/icons/hicolor/16x16/apps/knetworkconf.png
- dpkg-divert --remove /usr/share/icons/hicolor/22x22/apps/knetworkconf.png
- dpkg-divert --remove /usr/share/icons/hicolor/32x32/apps/knetworkconf.png
- dpkg-divert --remove /usr/share/icons/hicolor/22x22/actions/network_connected_lan_knc.png
- dpkg-divert --remove /usr/share/icons/hicolor/22x22/actions/network_disconnected_lan.png
- dpkg-divert --remove /usr/share/icons/hicolor/22x22/actions/network_disconnected_wlan.png
- dpkg-divert --remove /usr/share/icons/hicolor/22x22/actions/network_traffic_wlan.png
- ;;
-
- abort-upgrade)
- ;;
-
- *)
- echo "preinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-
-esac
-
-#DEBHELPER#
-
-exit 0