Autogenerated commit at 2024-09-27 14:24:54.886723+00:00

This commit is contained in:
ahriman
2024-09-27 14:24:54 +00:00
parent 661d4328a2
commit eeaaa9e53e
10 changed files with 193 additions and 5 deletions

13
yed/yed.install Normal file
View 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 $*