stages: 2/04-iso: Do not include kernel build/source tree in the LiveCD
[dragora.git] / recipes / x-apps / emacs / post-install
blob94858f7054f0cbed42107a106342a083b195e5f3
2 echo "Updating desktop database: update-desktop-database -q usr/share/applications"
3 chroot "$rootdir" /usr/bin/update-desktop-database -q usr/share/applications 2> /dev/null
5 echo "Updating ICON cache: gtk-update-icon-cache -q -f -i usr/share/icons/hicolor"
6 chroot "$rootdir" /usr/bin/gtk-update-icon-cache -q -f -i usr/share/icons/hicolor 2> /dev/null