summaryrefslogtreecommitdiff
path: root/artistic/blender-spacenav-libre/blender.install
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@adinet.com.uy>2012-07-11 00:21:34 -0300
committerMárcio Alexandre Silva Delgado <coadde@adinet.com.uy>2012-07-11 00:21:34 -0300
commit8a0f79c08ff2d47e457f035cc5536e7eae6a182a (patch)
treee988c0cd6412ce6d782da38ff1c66911aa0fb656 /artistic/blender-spacenav-libre/blender.install
parent7a91b5ab8e3e119e5970539a48d578b6a1213b79 (diff)
blender-spacenav-libre: adding package to artistic repo
Diffstat (limited to 'artistic/blender-spacenav-libre/blender.install')
-rw-r--r--artistic/blender-spacenav-libre/blender.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/artistic/blender-spacenav-libre/blender.install b/artistic/blender-spacenav-libre/blender.install
new file mode 100644
index 000000000..724bfce00
--- /dev/null
+++ b/artistic/blender-spacenav-libre/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
+}