diff options
author | croxis | 2015-06-17 12:20:06 -0700 |
---|---|---|
committer | croxis | 2015-06-17 12:20:06 -0700 |
commit | 7e975f6fcaabc4e3f1c566a1ed37263c00a39802 (patch) | |
tree | 357271e2c0bfd76c62502632b45aa41284b4e5ca /panda3d.install | |
download | aur-7e975f6fcaabc4e3f1c566a1ed37263c00a39802.tar.gz |
Initial import
Diffstat (limited to 'panda3d.install')
-rwxr-xr-x | panda3d.install | 17 |
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: |