ArchLinuxPackages/yed/yed.install

14 lines
212 B
Plaintext
Raw Normal View History

2016-07-17 18:33:21 +02:00
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 $*