blob: f45dffe85e1fcda95479b5773991ecd8d2a62ded (
plain)
1
2
3
4
5
6
7
8
9
|
pre_install() {
echo 'WARNING: By installing this package, you agree to its license terms!'
echo 'gst-plugins-base-libs optional dependency might be required for Synplify synthesis from diamondc'
}
post_upgrade() {
echo 'WARNING: If you had a license file in /usr/local/diamond/<version>/license/license.dat, it will not be automatically removed.'
echo 'You can manually delete or move it to the new install directory.'
}
|