summarylogtreecommitdiffstats
path: root/brscan3.install
blob: 74679dc593bcfaa7112d788aa3084320ed6c7751 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  /usr/local/Brother/sane/setupSaneScan3 -i
}

post_upgrade() {
  post_install
}

pre_remove() {
  /usr/local/Brother/sane/setupSaneScan3 -e
}