summarylogtreecommitdiffstats
path: root/brother-dcp7040.install
blob: 63c677537afdbf0cc4a7648542ca3ecd4002b3f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_conflict='bdc7040'

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/"

  # from archasaurusrex comment
  chown 'daemon:lp' "/usr/share/${_conflict}/inf/brDCP7040rc"
}