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-mp250
/
cnijfilter-mp250.install
blob
1a2a7f2ec493261611c26481142dfb930f0b2ee9
1
post_install() {
2
ln -s /usr/lib/cups/filter/pstocanonijmp250 /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
}