summarylogtreecommitdiffstats
path: root/blender.install
diff options
context:
space:
mode:
Diffstat (limited to 'blender.install')
-rw-r--r--blender.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/blender.install b/blender.install
deleted file mode 100644
index d061748130f3..000000000000
--- a/blender.install
+++ /dev/null
@@ -1,14 +0,0 @@
-
-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
-}
-