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 Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
u2ps-freemono-kochi
/
u2ps-freemono.install
blob
1001f948a6c982336ccec3d87a41e189b42e2bf1
1
_update_font_maps() {
2
cat /usr/share/u2ps/ps/Fontmap.* > /usr/share/u2ps/ps/Fontmap
3
cat /usr/share/u2ps/ps/resmap.* > /usr/share/u2ps/ps/resmap
4
}
5
6
post_install() {
7
_update_font_maps
8
}
9
10
post_remove() {
11
_update_font_maps
12
}
13
14
post_upgrade() {
15
_update_font_maps
16
}