mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
6 lines
197 B
Bash
6 lines
197 B
Bash
|
# 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
|