diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-09-19 02:03:08 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-09-19 02:03:08 +0200 |
| commit | 5c38e70dc7cb3343b899cd825bc2936521ce460d (patch) | |
| tree | 516a06d81abd218d4ba8831a9980cc6c47b29fc8 /makemkv/doinst.sh | |
| parent | 5e1997e0d13fa14c3c0d552ba6fd64c9afb5522a (diff) | |
| download | slackbuilds-5c38e70dc7cb3343b899cd825bc2936521ce460d.tar.gz | |
Diffstat (limited to 'makemkv/doinst.sh')
| -rw-r--r-- | makemkv/doinst.sh | 9 |
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 |
