summarylogtreecommitdiffstats
path: root/fvwm-xdg-menu.install
blob: b71c437554b103e67bca3290499634e735504656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
update_icon_cache() {
	gtk-update-icon-cache usr/share/icons/hicolor
	gtk-update-icon-cache usr/share/icons/FVWM_Xdg
}
post_install() {
	update_icon_cache
}
post_upgrade() {
	update_icon_cache
}
post_remove() {
	update_icon_cache
}