diff options
Diffstat (limited to 'community-testing/grafx2/grafx2.install')
-rw-r--r-- | community-testing/grafx2/grafx2.install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community-testing/grafx2/grafx2.install b/community-testing/grafx2/grafx2.install deleted file mode 100644 index 12589796c..000000000 --- a/community-testing/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: |