From 5d4662795cc58d12648b77aeafda78c2ae1dcd8d Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 15 Aug 2026 16:44:21 +0200 Subject: Added qtmaildir package --- qtmaildir/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 qtmaildir/doinst.sh (limited to 'qtmaildir/doinst.sh') 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 -- cgit v1.2.3