summarylogtreecommitdiffstats
path: root/xfce4-appfinder.install
diff options
context:
space:
mode:
authortwa0222016-04-30 12:05:29 -0400
committertwa0222016-04-30 12:05:29 -0400
commitd0870653146a0ffab31d4b7fbbd89902fb97ea42 (patch)
treedc3910308360068bd4d66c7ab3923e2ea2cdf968 /xfce4-appfinder.install
parent1c97518c2bafb253228c45bef584b84c2d334eb2 (diff)
downloadaur-d0870653146a0ffab31d4b7fbbd89902fb97ea42.tar.gz
Removed unneeded install file.
Diffstat (limited to 'xfce4-appfinder.install')
-rw-r--r--xfce4-appfinder.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/xfce4-appfinder.install b/xfce4-appfinder.install
deleted file mode 100644
index e4f8fd06c1ed..000000000000
--- a/xfce4-appfinder.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: