summarylogtreecommitdiffstats
path: root/elementary-icon-theme.install
diff options
context:
space:
mode:
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: