summarylogtreecommitdiffstats
path: root/mint-y-icons.install
diff options
context:
space:
mode:
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
-}