summarylogtreecommitdiffstats
path: root/numix-bevel-icon-theme.install
diff options
context:
space:
mode:
Diffstat (limited to 'numix-bevel-icon-theme.install')
-rw-r--r--numix-bevel-icon-theme.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/numix-bevel-icon-theme.install b/numix-bevel-icon-theme.install
deleted file mode 100644
index 1caa9ab0eaeb..000000000000
--- a/numix-bevel-icon-theme.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post-install() {
- gtk-update-icon-cache -ftq usr/share/icons/Numix-Bevel
-}
-
-post-upgrade() {
- post-install
-}
-
-post-remove() {
- post-install
-}
-
-# vim: ts=2 sw=2 et: