diff options
Diffstat (limited to 'community/wings3d/wings3d.install')
-rw-r--r-- | community/wings3d/wings3d.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/wings3d/wings3d.install b/community/wings3d/wings3d.install deleted file mode 100644 index 98f3ea190..000000000 --- a/community/wings3d/wings3d.install +++ /dev/null @@ -1,14 +0,0 @@ -post_upgrade() { - #gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor - update-desktop-database -q -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} - -# vim:set ts=2 sw=2 et: |