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