summarylogtreecommitdiffstats
path: root/blender.install
diff options
context:
space:
mode:
authorbartus2018-05-25 14:58:48 +0200
committerbartus2018-05-25 15:00:51 +0200
commite60af7afa51f900fbba32b51e15feb23e09d43f0 (patch)
tree8614284b376650d32ffb6e994bff4803d52aee64 /blender.install
downloadaur-e60af7afa51f900fbba32b51e15feb23e09d43f0.tar.gz
init
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
+}
+