diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-09-04 23:29:17 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-09-04 23:29:17 +0200 |
| commit | 0db420a455a0ff14d737609128803912f7cb9c04 (patch) | |
| tree | 5892d093bac0370642a7a03e3e9ace82eff1f2b0 /shotcut/doinst.sh | |
| parent | b1356496ca48ef3fbafdd4f54f75f27fc868501b (diff) | |
| download | slackbuilds-0db420a455a0ff14d737609128803912f7cb9c04.tar.gz | |
shotcut: Added
Diffstat (limited to 'shotcut/doinst.sh')
| -rw-r--r-- | shotcut/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shotcut/doinst.sh b/shotcut/doinst.sh new file mode 100644 index 0000000..65c7e2e --- /dev/null +++ b/shotcut/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 |
