diff options
author | croxis | 2015-06-17 12:39:20 -0700 |
---|---|---|
committer | croxis | 2015-06-17 12:39:20 -0700 |
commit | 52d4488d0d5b830c8ccaba8021946f66571460af (patch) | |
tree | b81a3bd11b72e05b5a5f755a317e3008311a9205 /panda3d-runtime.install | |
download | aur-panda3d-runtime.tar.gz |
Init commit
Diffstat (limited to 'panda3d-runtime.install')
-rw-r--r-- | panda3d-runtime.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/panda3d-runtime.install b/panda3d-runtime.install new file mode 100644 index 00000000000..e8fcf78b95d --- /dev/null +++ b/panda3d-runtime.install @@ -0,0 +1,16 @@ +post_install() { + update-mime-database usr/share/mime + update-desktop-database -q +} + +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: |