edited file tree

This commit is contained in:
arcan1s
2014-01-30 16:28:25 +04:00
parent 037faa8a56
commit 24324917c4
8 changed files with 465 additions and 13 deletions

View File

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