blob: 4b289b01907a943070b092666b6e734813b0a014 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo ""
echo "The jrebel package is licensed software."
echo "You MUST read and agree to the license stored in"
echo "/usr/share/licenses/jrebel/License.txt before using it."
echo ""
echo "Please relogin to include JREBEL_PATH into your environment."
echo ""
}
|