edited before renaming

This commit is contained in:
arcan1s
2014-01-30 17:46:13 +04:00
parent feab0239a6
commit 1a5578dd73
8 changed files with 12 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
}