blob: aa09842076d77cdda62d95efdbe9a75b3350ae02 (
plain) (
tree)
|
|
# 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
|