## arg 1: the new package version
post_install() {echo"Intel-Compiler-Base: Please remember to put your Intel license file in"echo"/opt/intel/licenses/ (system-wide) or in ~/intel/licenses/ (user-specific)"
ldconfig ;}
post_upgrade() {
ldconfig ;}## arg 1: the old package version
post_remove() {
ldconfig ;}# vim:set ts=2 sw=2 et: