Autogenerated commit at 2024-09-27 14:24:54.886723+00:00
This commit is contained in:
13
yed/yed.install
Normal file
13
yed/yed.install
Normal file
@ -0,0 +1,13 @@
|
||||
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 $*
|
||||
|
Reference in New Issue
Block a user