summarylogtreecommitdiffstats
path: root/packettracer.install
blob: c938d3ede81fa4b6b31323f284b34b19fa43975d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
}