14 lines
212 B
Plaintext
14 lines
212 B
Plaintext
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|
||
|
|
||
|
post_install() {
|
||
|
echo ">>> You have to read and accept the license agreement under"
|
||
|
echo ">>> /usr/share/licenses/yed/license.html before using yEd."
|
||
|
}
|
||
|
|
||
|
op=$1
|
||
|
shift
|
||
|
$op $*
|
||
|
|