summarylogtreecommitdiffstats
path: root/numix-bevel-icon-theme.install
diff options
context:
space:
mode:
authorMaxime Gauduin2015-06-08 11:10:49 +0200
committerMaxime Gauduin2015-06-08 11:10:49 +0200
commita8b584ab2e234b913d187775f44a2cab2171f861 (patch)
tree04218db948275eb9096ac1e25b716d0da831c3bb /numix-bevel-icon-theme.install
downloadaur-a8b584ab2e234b913d187775f44a2cab2171f861.tar.gz
Initial import
Diffstat (limited to 'numix-bevel-icon-theme.install')
-rw-r--r--numix-bevel-icon-theme.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/numix-bevel-icon-theme.install b/numix-bevel-icon-theme.install
new file mode 100644
index 000000000000..1caa9ab0eaeb
--- /dev/null
+++ b/numix-bevel-icon-theme.install
@@ -0,0 +1,13 @@
+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: