summarylogtreecommitdiffstats
path: root/panda3d.install
diff options
context:
space:
mode:
authorcroxis2019-01-18 18:21:47 -0800
committercroxis2019-01-18 18:21:47 -0800
commitf2bd9a65969e75809842fefbcbc1c47054a16b3f (patch)
tree92472eda96df572230e84765e5ba8b9abee50f33 /panda3d.install
downloadaur-f2bd9a65969e75809842fefbcbc1c47054a16b3f.tar.gz
Update to 1.10.0
Diffstat (limited to 'panda3d.install')
-rwxr-xr-xpanda3d.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/panda3d.install b/panda3d.install
new file mode 100755
index 000000000000..7707c271b9c7
--- /dev/null
+++ b/panda3d.install
@@ -0,0 +1,17 @@
+post_install() {
+ update-mime-database usr/share/mime
+ update-desktop-database -q
+ ldconfig
+}
+
+post_upgrade() {
+ update-mime-database usr/share/mime
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-mime-database usr/share/mime
+ update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et: