diff options
Diffstat (limited to 'community/freeorion/freeorion.install')
-rw-r--r-- | community/freeorion/freeorion.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/freeorion/freeorion.install b/community/freeorion/freeorion.install new file mode 100644 index 000000000..ad97d7bab --- /dev/null +++ b/community/freeorion/freeorion.install @@ -0,0 +1,13 @@ +post_upgrade() { + update-desktop-database -q +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +} + +# vim:set ts=2 sw=2 et: |