2010-05-13 05:29:32 +08:00
|
|
|
if [ -x /usr/bin/update-desktop-database ]; then
|
|
|
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
|
|
|
fi
|
2010-05-13 06:27:11 +08:00
|
|
|
|
2012-06-03 07:48:17 +08:00
|
|
|
if [ -e /usr/share/icons/hicolor/icon-theme.cache ]; then
|
2010-05-13 06:27:11 +08:00
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
2017-01-09 20:47:19 +08:00
|
|
|
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
2010-05-13 06:27:11 +08:00
|
|
|
fi
|
|
|
|
fi
|
2017-03-07 00:04:00 +08:00
|
|
|
|
2012-06-03 07:48:17 +08:00
|
|
|
if [ -x /usr/bin/kbuildsycoca4 ]; then
|
|
|
|
/usr/bin/kbuildsycoca4 >/dev/null 2>&1
|
|
|
|
fi
|