blob: 97c9285c698f266aef68157d47f2e8de5ccaca9e (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
post_upgrade;
}
post_upgrade() {
echo "Restart CUPS service to load the new files"
echo "You can now register your new printer using the web interface at:"
echo " http://localhost:631/"
}
|