diff options
author | root <root@rshg054.dnsready.net> | 2013-04-04 00:06:36 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-04 00:06:36 -0700 |
commit | 1b6860ed7a33a22c4202348a4f42afbb5d26be09 (patch) | |
tree | 6ca60a730d502776b5af04bd7eabfc74931a4d77 /community/rust/rust.install | |
parent | d304fad026899d2db5af26740eeb952698bd6fb2 (diff) |
Thu Apr 4 00:06:36 PDT 2013
Diffstat (limited to 'community/rust/rust.install')
-rw-r--r-- | community/rust/rust.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/rust/rust.install b/community/rust/rust.install new file mode 100644 index 000000000..80b6673ec --- /dev/null +++ b/community/rust/rust.install @@ -0,0 +1,11 @@ +post_install() { + update-mime-database usr/share/mime >/dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |