summarylogtreecommitdiffstats
path: root/fax4CUPS.install
blob: 69a15141bc7ccb12592ef471889781e25f74d646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_upgrade() {
  echo 'Restart CUPS to access new fax connection types'
  echo 'Review /etc/sudoers.d/fax4CUPS.sudo for security considerations'
  mandb -q
}

post_install() {
  post_upgrade
}

pre_remove() {
  :
}


post_remove() {
  mandb -q
}