summarylogtreecommitdiffstats
path: root/blender.install
diff options
context:
space:
mode:
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
+}
+