summarylogtreecommitdiffstats
path: root/packettracer.install
diff options
context:
space:
mode:
Diffstat (limited to 'packettracer.install')
-rw-r--r--packettracer.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/packettracer.install b/packettracer.install
deleted file mode 100644
index c938d3ede81f..000000000000
--- a/packettracer.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- xdg-desktop-menu install /usr/share/applications/cisco-pt.desktop
- xdg-desktop-menu install /usr/share/applications/cisco-ptsa.desktop
- update-mime-database /usr/share/mime
- gtk-update-icon-cache --force /usr/share/icons/gnome
-}
-
-post_upgrade() {
- post_remove
- post_install
-}
-
-post_remove() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- xdg-desktop-menu uninstall /usr/share/applications/cisco-pt*
- update-mime-database /usr/share/mime
- gtk-update-icon-cache --force /usr/share/icons/gnome
-}
-