diff options
Diffstat (limited to 'community/rust/rust.install')
-rw-r--r-- | community/rust/rust.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/rust/rust.install b/community/rust/rust.install deleted file mode 100644 index 80b6673ec..000000000 --- a/community/rust/rust.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime >/dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |