desktop/freeorion/freeorion.install
2016-05-05 19:47:57 +01:00

13 lines
141 B
Plaintext

post_install() {
update-desktop-database -q
gtk-update-icon-cache
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}