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