updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / iscan-v100 / iscan.INSTALL
blobcde56f5ec369122a9efbaf22367e52c4bce984b7
1 # arg 1:  the new package version
2 post_install() {
3 cat << EOF
5 Find and edit in /etc/sane.d/dll.conf this
6 ...
7 epson
8 ...
12 ...
13 #epson
14 epkowa
15 ...
17 or run this su command 
19 perl -p -i.bak -e 's/epson\n/epkowa\n#epson\n/g' /etc/sane.d/dll.conf
21 EOF
24 # arg 1:  the new package version
25 # arg 2:  the old package version
26 post_upgrade() {
27 post_install $1
30 # arg 1:  the old package version
31 pre_remove() {
32 cat << EOF
34 ==> Don't forget to update your /etc/sane.d/dll.conf
36 EOF
39 op=$1
40 shift
42 $op $*