blob: 2945ab3cceb88cc053cb741b72c8a24d972a8b1f (
plain)
1
2
3
4
5
6
7
8
|
pre_install() {
echo 'WARNING: By installing this package, you agree to its license terms!'
}
post_upgrade() {
echo 'WARNING: If you had a license file in /usr/local/radiant/<version>/license/license.dat, it will not be automatically removed.'
echo 'You can manually delete or move it to the new install directory.'
}
|