mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
5 lines
121 B
Text
5 lines
121 B
Text
|
#!/bin/sh
|
||
|
#BLURB="Update Gutenprint PPD files for CUPS."
|
||
|
|
||
|
chroot . /usr/sbin/cups-genppdupdate 1> /dev/null 2> /dev/null
|