desktop/freeorion/freeorion.install

13 lines
141 B
Plaintext
Raw Normal View History

2016-05-06 02:47:57 +08:00
post_install() {
update-desktop-database -q
2016-05-06 02:47:57 +08:00
gtk-update-icon-cache
}
2016-05-06 02:47:57 +08:00
post_upgrade() {
post_install
}
post_remove() {
2016-05-06 02:47:57 +08:00
post_install
}