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