summarylogtreecommitdiffstats
path: root/passwordmanager.install
diff options
context:
space:
mode:
authorMartchus2015-08-27 21:49:01 +0200
committerMartchus2015-08-27 21:49:01 +0200
commitab7f3043ba6262e89fd7fe40390e61878cc23c0e (patch)
tree2edf62a6ee3d9e1054b677895dd1fa40ef3516d9 /passwordmanager.install
downloadaur-ab7f3043ba6262e89fd7fe40390e61878cc23c0e.tar.gz
initial import
Diffstat (limited to 'passwordmanager.install')
-rw-r--r--passwordmanager.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/passwordmanager.install b/passwordmanager.install
new file mode 100644
index 000000000000..547348418df4
--- /dev/null
+++ b/passwordmanager.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}