blob: aa09842076d77cdda62d95efdbe9a75b3350ae02 (
about) (
plain) (
blame)
1
2
3
4
5
|
# Only attempt this on a running system, otherwise we'll catch it
# in post-install.
if [ -x /usr/sbin/cups-genppdupdate ]; then
chroot . /usr/sbin/cups-genppdupdate 1> /dev/null 2> /dev/null
fi
|