blob: 1fc929268daab008ec1f92bade0ead8ec883a217 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo ""
echo ">> Please see the documentation on how to set up printers with tea4cups."
echo ""
echo ">> Please create the directoy /var/spool/tea4cups, chown it to cups
user and chmod 740 it."
}
|