diff options
Diffstat (limited to 'community/synfigstudio/synfigstudio.install')
-rw-r--r-- | community/synfigstudio/synfigstudio.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/synfigstudio/synfigstudio.install b/community/synfigstudio/synfigstudio.install deleted file mode 100644 index 6110a6f18..000000000 --- a/community/synfigstudio/synfigstudio.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - update-mime-database usr/share/mime || true - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} |