2010-05-13 00:27:45 +02: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-11 19:44:45 +02:00
|
|
|
|
2011-10-04 13:00:56 +02:00
|
|
|
if [ -x /usr/bin/update-mime-database ]; then
|
|
|
|
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
|
|
|
fi
|
|
|
|
|
2010-05-13 00:27:45 +02:00
|
|
|
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
2017-01-09 13:47:38 +01:00
|
|
|
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
2010-05-13 00:27:45 +02:00
|
|
|
fi
|
2010-05-11 19:44:45 +02:00
|
|
|
fi
|
|
|
|
|