summarylogtreecommitdiffstats
path: root/nvclock.install
diff options
context:
space:
mode:
authordobo902015-06-08 19:31:25 +0200
committerdobo902015-06-08 19:31:25 +0200
commit83213aa37a61bcf2ad5d6afe7e00ed07e2d03f4e (patch)
tree19bb9f89114c4bd0dcfd717278f40b47396b1a16 /nvclock.install
downloadaur-83213aa37a61bcf2ad5d6afe7e00ed07e2d03f4e.tar.gz
Initial import
Diffstat (limited to 'nvclock.install')
-rw-r--r--nvclock.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/nvclock.install b/nvclock.install
new file mode 100644
index 000000000000..d59dca6e808e
--- /dev/null
+++ b/nvclock.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}