summarylogtreecommitdiffstats
path: root/brother-ql600.install
blob: ccdfe0188c217d6ac69bc55bf24cb477ced1a94f (plain)
1
2
3
4
5
6
7
8
post_install() {
  post_upgrade;
}

post_upgrade() {
  echo "Restart CUPS to load the new files"
  echo "You can then register your printer, e.g. using the web interface"
}