diff options
Diffstat (limited to 'network/mailspring/doinst.sh')
-rw-r--r-- | network/mailspring/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/mailspring/doinst.sh b/network/mailspring/doinst.sh new file mode 100644 index 0000000000000..7b676c401ad55 --- /dev/null +++ b/network/mailspring/doinst.sh @@ -0,0 +1,6 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi +if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -q usr/share/icons/hicolor +fi |