diff options
Diffstat (limited to 'community/kimtoy/kimtoy.install')
-rw-r--r-- | community/kimtoy/kimtoy.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/kimtoy/kimtoy.install b/community/kimtoy/kimtoy.install new file mode 100644 index 000000000..db2bfe60e --- /dev/null +++ b/community/kimtoy/kimtoy.install @@ -0,0 +1,11 @@ +post_upgrade() { + update-mime-database usr/share/mime &> /dev/null +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +} |