desktop/freeorion/install.sh
Adrián Chaves Fernández (Gallaecio) c77b034a0e Added FreeOrion (from the CCR and Arch Linux)
2013-04-08 15:34:59 +02:00

12 lines
117 B
Bash

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