summarylogtreecommitdiffstats
path: root/rednotebook.install
blob: 1341925440ea283733ccd23b1dfb89a0bb26c2af (plain)
1
2
3
4
5
6
7
8
9
post_install() {
			    gtk-update-icon-cache -f /usr/share/icons/hicolor
}
post_upgrade() {
			    gtk-update-icon-cache -f /usr/share/icons/hicolor
}
post_remove() {
		    	gtk-update-icon-cache -f /usr/share/icons/hicolor
}