This commit is contained in:
2016-07-17 18:33:21 +02:00
parent 8bf68f2715
commit 1e9ca4cfbc
5 changed files with 90 additions and 0 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 $*