summarylogtreecommitdiffstats
path: root/mint-y-icons.install
diff options
context:
space:
mode:
authortwa0222016-04-30 12:00:36 -0400
committertwa0222016-04-30 12:00:36 -0400
commitff75250eba2987a663d40b89cfb5d13d37466cdf (patch)
treec1e303230dac7090b566e314d086343934c2418a /mint-y-icons.install
parent777ae1cd4e520e2a57ee9b5aedbcefed870a232f (diff)
downloadaur-ff75250eba2987a663d40b89cfb5d13d37466cdf.tar.gz
Update icon cache taken care of by alpm-hooks
Diffstat (limited to 'mint-y-icons.install')
-rw-r--r--mint-y-icons.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/mint-y-icons.install b/mint-y-icons.install
deleted file mode 100644
index 6621ffbbaf91..000000000000
--- a/mint-y-icons.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- gtk-update-icon-cache -qtf /usr/share/icons/Mint-Y
-# for color in Aqua Blue Brown Dark Grey Orange Pink Purple Red Sand Teal Yellow; do
-# gtk-update-icon-cache -qtf /usr/share/icons/Mint-X-${color}
-# done
- gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}