diff options
Diffstat (limited to 'community/blender/blender.install')
-rw-r--r-- | community/blender/blender.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/blender/blender.install b/community/blender/blender.install new file mode 100644 index 000000000..724bfce00 --- /dev/null +++ b/community/blender/blender.install @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |