summarylogtreecommitdiffstats
path: root/manager-accounting.install
diff options
context:
space:
mode:
authorfrancoism902015-09-15 22:59:34 +0200
committerfrancoism902015-09-15 22:59:34 +0200
commit6b89e29f6ce4c790552b5dde52a50466d6ffc086 (patch)
treeef28d79c49bdf1efd7687c86837df5e1ff0eef86 /manager-accounting.install
downloadaur-6b89e29f6ce4c790552b5dde52a50466d6ffc086.tar.gz
Initial import
Diffstat (limited to 'manager-accounting.install')
-rw-r--r--manager-accounting.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/manager-accounting.install b/manager-accounting.install
new file mode 100644
index 000000000000..c929b541c726
--- /dev/null
+++ b/manager-accounting.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file