mirror of
https://github.com/luzifer-aur/brother-ql500.git
synced 2024-11-12 20:42:42 +00:00
10 lines
208 B
Text
10 lines
208 B
Text
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/"
|
|
}
|
|
|