summarylogtreecommitdiffstats
path: root/exo-git.install
diff options
context:
space:
mode:
authorGordonGR2016-09-20 16:45:30 +0300
committerGordonGR2016-09-20 16:45:30 +0300
commitfc8706d62c24a7e68cf9df6158180c4d71f9ee49 (patch)
tree45d566db41524c2e0ae068e371553defd61d2da7 /exo-git.install
parentcfa7f04ad4020c179c9beca6877d41cb0dc971e7 (diff)
downloadaur-fc8706d62c24a7e68cf9df6158180c4d71f9ee49.tar.gz
1:0.11.1.r1771.e1357f8-1: Adopted, fixed some small things and enabled hooks
Diffstat (limited to 'exo-git.install')
-rwxr-xr-xexo-git.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/exo-git.install b/exo-git.install
deleted file mode 100755
index 21b79d2d44de..000000000000
--- a/exo-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}