aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/yed/yed.install
blob: 030cc4e50a0fea119dfadc26c903a2977d3584b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 $*