summaryrefslogtreecommitdiff
path: root/community-staging/grafx2/grafx2.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/grafx2/grafx2.install')
-rw-r--r--community-staging/grafx2/grafx2.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/community-staging/grafx2/grafx2.install b/community-staging/grafx2/grafx2.install
deleted file mode 100644
index 12589796c..000000000
--- a/community-staging/grafx2/grafx2.install
+++ /dev/null
@@ -1,16 +0,0 @@
-pkgname=grafx2
-
-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: