diff options
Diffstat (limited to 'source/xap/ssr/doinst.sh')
-rw-r--r-- | source/xap/ssr/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/xap/ssr/doinst.sh b/source/xap/ssr/doinst.sh new file mode 100644 index 000000000..5934a15ab --- /dev/null +++ b/source/xap/ssr/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |