summarylogtreecommitdiffstats
path: root/imagewriter.install
diff options
context:
space:
mode:
authorFadeMind2016-01-07 21:46:41 +0100
committerFadeMind2016-01-07 21:46:41 +0100
commit15a351d5d77698823aaf7ca2d008c6153e66a844 (patch)
tree41a3dec0412c7b75a6414fba9a28df642d9bc53c /imagewriter.install
downloadaur-15a351d5d77698823aaf7ca2d008c6153e66a844.tar.gz
update
Diffstat (limited to 'imagewriter.install')
-rw-r--r--imagewriter.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/imagewriter.install b/imagewriter.install
new file mode 100644
index 000000000000..2db69fc27ed4
--- /dev/null
+++ b/imagewriter.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}