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]
/
mmucl
/
mmucl.install
blob
ab3edc7ea00ec9963c4c171c22adf7ea21446b5f
1
2
post_install() {
3
echo "> Note: Only the text interface appears"
4
echo "> to function. If you know how to get"
5
echo "> the others to work, let me know."
6
}
7
8
post_upgrade() {
9
post_install
10
}
11
12
op=$1
13
shift
14
$op $*
15
16
#EOF