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