diff options
author | root <root@rshg054.dnsready.net> | 2011-08-10 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-10 23:14:36 +0000 |
commit | e81c6fe4fb38144709923b2da3ab68a01712a26b (patch) | |
tree | e98431d7c18b82156a91c9cb208d725c06e84793 /community/clamz/clamz.install | |
parent | a306c2530354c1c02351c4cc02eefa53c8d23eac (diff) |
Wed Aug 10 23:14:35 UTC 2011
Diffstat (limited to 'community/clamz/clamz.install')
-rw-r--r-- | community/clamz/clamz.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/clamz/clamz.install b/community/clamz/clamz.install new file mode 100644 index 000000000..7daacb23a --- /dev/null +++ b/community/clamz/clamz.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: |