blob: 5146862f51f5b5cceb9ce8cfe01ff62a93a021e6 (
about) (
plain) (
blame)
1
2
3
4
|
# Try to run these. If they fail, no biggie.
chroot . /usr/bin/update-desktop-database -q usr/share/applications 1> /dev/null 2> /dev/null
chroot . /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ 1> /dev/null 2> /dev/null
|