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 Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git]
/
cnijfilter-mp560
/
cnijfilter-mp560.install
blob
8ca70aa8749d5e4f07e95587c92fc97c9fbf9316
1
post_install() {
2
ln -s /usr/lib/cups/filter/pstocanonijmp560 /usr/lib/cups/filter/pstocanonij
3
4
if [ -x /sbin/ldconfig ]; then
5
/sbin/ldconfig
6
fi
7
}
8
post_upgrade() {
9
if [ -x /sbin/ldconfig ]; then
10
/sbin/ldconfig
11
fi
12
}
13
post_remove() {
14
rm /usr/lib/cups/filter/pstocanonij
15
16
if [ -x /sbin/ldconfig ]; then
17
/sbin/ldconfig
18
fi
19
}