This commit is contained in:
arcan1s
2014-04-06 19:12:13 +04:00
parent ded623ff38
commit b9ac2f4378
2 changed files with 19 additions and 4 deletions

View File

@ -0,0 +1,12 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}