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 08:01:00 UTC 2012
[aur-mirror.git]
/
uade
/
uade.install
blob
794d43d11437c66199333e98ef8d75aefa566022
1
post_install() {
2
echo '>>> To setup Your own config:'
3
echo '>>> copy from /usr/share/uade2/'
4
echo '>>> "uade.conf" and "uaerc" to ~/.uade2,'
5
echo '>>> and do some changes...'
6
}
7
8
post_upgrade() {
9
/bin/true
10
}
11
12
post_remove() {
13
/bin/true
14
}
15
16
op=$1
17
shift
18
$op $*