aboutsummaryrefslogtreecommitdiff
path: root/makemkv/doinst.sh
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-09-19 02:03:08 +0200
committerEugen Wissner <belka@caraus.de>2026-09-19 02:03:08 +0200
commit5c38e70dc7cb3343b899cd825bc2936521ce460d (patch)
tree516a06d81abd218d4ba8831a9980cc6c47b29fc8 /makemkv/doinst.sh
parent5e1997e0d13fa14c3c0d552ba6fd64c9afb5522a (diff)
downloadslackbuilds-5c38e70dc7cb3343b899cd825bc2936521ce460d.tar.gz
makemkv: Patched and addedHEADmaster
Diffstat (limited to 'makemkv/doinst.sh')
-rw-r--r--makemkv/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/makemkv/doinst.sh b/makemkv/doinst.sh
new file mode 100644
index 0000000..65c7e2e
--- /dev/null
+++ b/makemkv/doinst.sh
@@ -0,0 +1,9 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi