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