zanshin: add install

This commit is contained in:
Chaoting Liu 2016-05-17 13:15:40 +01:00
parent ca32b84694
commit 8c68a0a10b

13
zanshin/zanshin.install Normal file
View File

@ -0,0 +1,13 @@
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
}