summarylogtreecommitdiffstats
path: root/squirrel-sql.install
blob: 610827c284c639d8ff4d876ceefc8d893a9c5a97 (plain)
1
2
3
4
5
6
7
post_install() {
	[[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}

post_remove() {
	[[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}