diff options
author | root <root@rshg054.dnsready.net> | 2013-04-27 00:07:38 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-27 00:07:38 -0700 |
commit | a27a6af53095da314eca1d33911f72775dfc2bce (patch) | |
tree | f500052f401a6cb073a7080fe3bc3574e69ed7eb /pcr/mitsuba/mitsuba.install | |
parent | a247f0004e94d32b5fe69a5123e1c6684d8cf096 (diff) |
Sat Apr 27 00:07:38 PDT 2013
Diffstat (limited to 'pcr/mitsuba/mitsuba.install')
-rw-r--r-- | pcr/mitsuba/mitsuba.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/mitsuba/mitsuba.install b/pcr/mitsuba/mitsuba.install new file mode 100644 index 000000000..724bfce00 --- /dev/null +++ b/pcr/mitsuba/mitsuba.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 +} |