desktop/assaultcube/assaultcube.install

14 lines
229 B
Plaintext
Raw Normal View History

2012-05-22 00:36:54 +08:00
post_install() {
update-desktop-database -q
update-mime-database usr/share/mime &> /dev/null
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}