updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / svgcleaner / svgcleaner.install
blobb32b84d6c30dca02f426dbc7c371c04111fd47f0
1 post_install() {
2 xdg-icon-resource forceupdate --theme hicolor &> /dev/null
3 update-desktop-database -q
6 post_upgrade() {
7 post_install
10 post_remove() {
11 post_install
14 # vim: set noet ff=unix: