summaryrefslogtreecommitdiff
path: root/sysui/desktop/solaris/postremove
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/desktop/solaris/postremove')
-rwxr-xr-xsysui/desktop/solaris/postremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/solaris/postremove b/sysui/desktop/solaris/postremove
index 9edd634dfa35..7db44e0617c5 100755
--- a/sysui/desktop/solaris/postremove
+++ b/sysui/desktop/solaris/postremove
@@ -27,7 +27,7 @@ rm -f "$tiptoe"
# update shared mime database
if [ -x /usr/bin/update-mime-database ]; then
- update-mime-database ${PKG_INSTALL_ROOT}/usr/share/mime
+ update-mime-database "${PKG_INSTALL_ROOT}"/usr/share/mime
fi
exit 0