summarylogtreecommitdiffstats
path: root/elementary-icon-theme.install
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-23 21:08:51 +0200
committerMaxime Gauduin2017-05-23 21:08:51 +0200
commit212390a2add0780f73840d42625e68e1804bf25f (patch)
tree743dc41deebf652148cf3659bc5b5049d548eb30 /elementary-icon-theme.install
parent205a8dc5a0c74f668293c253ff8d0514aa3242e8 (diff)
downloadaur-212390a2add0780f73840d42625e68e1804bf25f.tar.gz
Remove install file
Diffstat (limited to 'elementary-icon-theme.install')
-rw-r--r--elementary-icon-theme.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/elementary-icon-theme.install b/elementary-icon-theme.install
deleted file mode 100644
index 06e322d5ae38..000000000000
--- a/elementary-icon-theme.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -ftq /usr/share/icons/elementary
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: