diff options
author | Charles Plessy <plessy@debian.org> | 2012-08-13 08:58:49 +0900 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-27 11:51:58 -0400 |
commit | ce2b461ee2784fd5fbaae991d6846c7f1d69c73a (patch) | |
tree | e23f3c0285b46961bd1a96a4470b79e25cedc1a4 /autoscripts/postrm-mime | |
parent | 18a0da8092ea9f3dc48bca92b36f592af25a608d (diff) |
Do not call update-mime and update-mime-database in maint. scripts as they are triggered.
Diffstat (limited to 'autoscripts/postrm-mime')
-rw-r--r-- | autoscripts/postrm-mime | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autoscripts/postrm-mime b/autoscripts/postrm-mime deleted file mode 100644 index a940411..0000000 --- a/autoscripts/postrm-mime +++ /dev/null @@ -1 +0,0 @@ -if which update-mime >/dev/null 2>&1; then update-mime; fi |