summaryrefslogtreecommitdiff
path: root/community/rust/rust.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/rust/rust.install')
-rw-r--r--community/rust/rust.install11
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
+}