X32-Edit/x32edit.install

13 lines
227 B
Plaintext
Raw Normal View History

2015-02-02 11:09:17 +01:00
post_upgrade() {
post_install $1
}
post_install() {
echo ">>> You have to read and accept the End user license agreement under"
echo ">>> /usr/share/licenses/x32edit/license.pdf before using X32-Edit"
}
op=$1
shift
$op $*