updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / byteman / byteman.install
blobf1c227fef15274ccff630b06a2da688badad0cd2
1 post_install() {
2   echo "------------------------------------------------------------------------------------"
3   echo "Please issue the following command to setup the Byteman environment:"
4   echo "source /etc/profile.d/byteman.sh"
5   echo "------------------------------------------------------------------------------------"
8 post_upgrade() {
9   post_install $1
12 # vim:set ts=2 sw=2 et: