summarylogtreecommitdiffstats
path: root/scanbd.install
blob: 0d0a391ea8ed2a4776a2d17d1f4e7318956a5e1a (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "Read the Arch Linux Wiki on how to set up and run scanbd:"
  echo "https://wiki.archlinux.org/index.php/Scanner_Button_Daemon"
}

pre_remove() {
  systemctl stop scanbd.service 2>&1 > /dev/null
  systemctl stop scanbm.socket 2>&1 > /dev/null
  systemctl disable scanbd.service 2>&1 > /dev/null
}