summaryrefslogtreecommitdiff
path: root/community/wings3d/wings3d.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/wings3d/wings3d.install
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/wings3d/wings3d.install')
-rw-r--r--community/wings3d/wings3d.install14
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: