diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 02:00:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 02:00:00 -0600 |
commit | ce12f9fa05fe43b5878f3189e747e31bbb60c7f7 (patch) | |
tree | d413f990a9bf730db9626ccd8d1543e9ceca2b92 /ubuntu/maverick_automake/kdeadmin/debian/knetworkconf-kde3.postinst | |
parent | 906a58edb15cf66653ed0974d1507b5ff6acd65d (diff) | |
download | tde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.tar.gz tde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.zip |
Update Debian and Ubuntu packaging with the latest renaming in GIT
Diffstat (limited to 'ubuntu/maverick_automake/kdeadmin/debian/knetworkconf-kde3.postinst')
-rw-r--r-- | ubuntu/maverick_automake/kdeadmin/debian/knetworkconf-kde3.postinst | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/ubuntu/maverick_automake/kdeadmin/debian/knetworkconf-kde3.postinst b/ubuntu/maverick_automake/kdeadmin/debian/knetworkconf-kde3.postinst deleted file mode 100644 index bcb12994d..000000000 --- a/ubuntu/maverick_automake/kdeadmin/debian/knetworkconf-kde3.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 |