2010-05-11 22:54:34 +02:00
|
|
|
if [ -x /usr/bin/update-desktop-database ]; then
|
2010-05-12 17:42:43 +02:00
|
|
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
2010-05-11 22:54:34 +02:00
|
|
|
fi
|
2010-05-12 17:42:43 +02:00
|
|
|
|
2010-07-17 20:28:05 +02:00
|
|
|
if [ -x /usr/bin/update-mime-database ]; then
|
|
|
|
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
2017-01-09 13:48:46 +01:00
|
|
|
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
2010-07-17 20:28:05 +02:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|