repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
epson-c65_c66-epkowa-driver
/
epson.install
blob
9dd7ee92427eb083ffe881a974a0022777d09585
1
post_install() {
2
echo ">>>"
3
echo ">>> To use Epson printer monitor add ekpd to DEAMONS line"
4
echo ">>> in your /etc/rc.conf file"
5
echo ">>>"
6
}
7
8
post_upgrade() {
9
post_install
10
}
11