summarylogtreecommitdiffstats
path: root/mime-archpkg.install
diff options
context:
space:
mode:
Diffstat (limited to 'mime-archpkg.install')
-rw-r--r--mime-archpkg.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/mime-archpkg.install b/mime-archpkg.install
deleted file mode 100644
index 5beb30a9b4a1..000000000000
--- a/mime-archpkg.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- local ICONS="hicolor gnome Tango oxygen nuoveXT2 Faenza Faience NITRUX Numix breeze"
- update-mime-database /usr/share/mime &> /dev/null
- for i in $ICONS; do
- if [ -f /usr/share/icons/$i/icon-theme.cache ]; then
- xdg-icon-resource forceupdate --theme $i
- fi
- done
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}