blob: 59850e941f0b7c22e0ea36c2a38fa254a5b227da (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "This package does not currently install the printer for you."
echo "Do so via the usual CUPS web interface at localhost:631."
}
post_remove() {
echo "This package does not uninstall the printer from CUPS for you."
echo "Do so via the usual CUPS web interface at localhost:631."
}
|