aboutsummarylogtreecommitdiffstats
path: root/blender.install
diff options
context:
space:
mode:
authorbartus2017-07-14 14:39:47 +0200
committerbartus2017-07-14 14:39:47 +0200
commit2960da023ab4d8c357c7373d2d953fd12f2015ba (patch)
treeb7c6420b60b7025900719a08ae81c9702d605d19 /blender.install
downloadaur-2960da023ab4d8c357c7373d2d953fd12f2015ba.tar.gz
initial commit
Diffstat (limited to 'blender.install')
-rw-r--r--blender.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/blender.install b/blender.install
new file mode 100644
index 000000000000..d061748130f3
--- /dev/null
+++ b/blender.install
@@ -0,0 +1,14 @@
+
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -qf /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+