diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-15 16:44:21 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-15 16:44:21 +0200 |
| commit | 5d4662795cc58d12648b77aeafda78c2ae1dcd8d (patch) | |
| tree | ce1de19fbea7457b4c363b50cf2d5232dfd47e04 /qtmaildir/doinst.sh | |
| parent | 8a0e964cbc8a730f3579406bec1e5658bfa38768 (diff) | |
| download | my-slackbuilds-main.tar.gz my-slackbuilds-main.zip | |
Added qtmaildir packagemain
Diffstat (limited to 'qtmaildir/doinst.sh')
| -rw-r--r-- | qtmaildir/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qtmaildir/doinst.sh b/qtmaildir/doinst.sh new file mode 100644 index 0000000..65c7e2e --- /dev/null +++ b/qtmaildir/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 |
