summarylogtreecommitdiffstats
path: root/mint-x-icons.install
diff options
context:
space:
mode:
authorSam Burgos2017-05-29 11:58:22 -0600
committerSam Burgos2017-05-29 11:58:22 -0600
commitc353d7b0594a6e0dba8f58bbdbd0def6e00317f6 (patch)
treec37b5dde29f007f201c1f3eb20aa28994a218cfd /mint-x-icons.install
parentcdc13821b52802fc31e825e7fb0d5c1b958f160b (diff)
downloadaur-c353d7b0594a6e0dba8f58bbdbd0def6e00317f6.tar.gz
changes on PKGBUILD structure and removing install file since it is no longer needed
Diffstat (limited to 'mint-x-icons.install')
-rw-r--r--mint-x-icons.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/mint-x-icons.install b/mint-x-icons.install
deleted file mode 100644
index 780f854577b8..000000000000
--- a/mint-x-icons.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- gtk-update-icon-cache -qtf /usr/share/icons/Mint-X
- 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
-}