katana/packaging/archlinux/katanalibs/katanalibs.install

14 lines
239 B
Text
Raw Normal View History

2015-06-13 16:08:35 +03:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-mime-database usr/share/mime &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}