summaryrefslogtreecommitdiffstats
path: root/scripts/postinst-intercepts/update_mime_database
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/postinst-intercepts/update_mime_database')
-rw-r--r--scripts/postinst-intercepts/update_mime_database9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/postinst-intercepts/update_mime_database b/scripts/postinst-intercepts/update_mime_database
deleted file mode 100644
index 582d1e162c..0000000000
--- a/scripts/postinst-intercepts/update_mime_database
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/sh
2#
3# SPDX-License-Identifier: MIT
4#
5# Post-install intercept for mime.bbclass
6
7echo "Updating MIME database... this may take a while."
8update-mime-database $D${mimedir}
9