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 17 12:00:36 UTC 2012
[aur-mirror.git]
/
xmp
/
xmp.install
blob
f3eb38fe35d66ed347d3e4a4123ee33767beacfc
1
post_install() {
2
cat << EOF
3
4
>>> To customize, copy /etc/xmp/xmp.conf and /etc/xmp/modules.conf to ~/.xmp folder'
5
6
EOF
7
}
8
9
post_upgrade() {
10
post_install
11
}
12