diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 00:16:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 00:16:36 -0600 |
commit | f4634b328371616fc548101a85bd9a02dbb98f88 (patch) | |
tree | fc4d5d0aa17d68cf73f5f7bef92bd17dd402b782 /ubuntu/maverick_automake/kdeadmin/debian/knetwortdeconf-kde3.postinst | |
parent | bac93c22920098660092d956471b89a2ac57ae0a (diff) | |
download | tde-packaging-f4634b328371616fc548101a85bd9a02dbb98f88.tar.gz tde-packaging-f4634b328371616fc548101a85bd9a02dbb98f88.zip |
Fix accidental networtde renames
Diffstat (limited to 'ubuntu/maverick_automake/kdeadmin/debian/knetwortdeconf-kde3.postinst')
-rw-r--r-- | ubuntu/maverick_automake/kdeadmin/debian/knetwortdeconf-kde3.postinst | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/ubuntu/maverick_automake/kdeadmin/debian/knetwortdeconf-kde3.postinst b/ubuntu/maverick_automake/kdeadmin/debian/knetwortdeconf-kde3.postinst deleted file mode 100644 index b32c2fb00..000000000 --- a/ubuntu/maverick_automake/kdeadmin/debian/knetwortdeconf-kde3.postinst +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh -e - -case "$1" in - - configure) - dpkg-divert --remove /usr/share/icons/hicolor/16x16/apps/knetwortdeconf.png - dpkg-divert --remove /usr/share/icons/hicolor/22x22/apps/knetwortdeconf.png - dpkg-divert --remove /usr/share/icons/hicolor/32x32/apps/knetwortdeconf.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 |