blob: 385c2491247adfd859f17adb1cf5083c4937209f (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "To use openLTE. please execute script /usr/share/openlte/enodeb_nat_script.sh"
echo "and check /usr/share/openlte/README for more information"
}
post_upgrade() {
post_install $1
}
|