summarylogtreecommitdiffstats
path: root/nuovext-icon-theme.install
diff options
context:
space:
mode:
authorredtide2016-05-20 12:13:42 +0200
committerredtide2016-05-20 12:13:42 +0200
commit43210577c9feb51e076a392f23dc677804e692b6 (patch)
treed28cfc02d3e4742b960bba079164fb30c85dd87f /nuovext-icon-theme.install
downloadaur-43210577c9feb51e076a392f23dc677804e692b6.tar.gz
First commit.
Diffstat (limited to 'nuovext-icon-theme.install')
-rw-r--r--nuovext-icon-theme.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuovext-icon-theme.install b/nuovext-icon-theme.install
new file mode 100644
index 000000000000..b53df2cca658
--- /dev/null
+++ b/nuovext-icon-theme.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/nuoveXT23
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}