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 Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git]
/
yed
/
yed.install
blob
cd0dfe2b7209de7f3d4c244caa84f0d785170610
1
post_upgrade() {
2
post_install $1
3
}
4
5
post_install() {
6
echo ">>> You have to read and accept the license agreement under"
7
echo ">>> /usr/share/licenses/yed/license.html before using yEd."
8
}
9
10
op=$1
11
shift
12
$op $*
13