blob: 7ce9155bb2876dae5696653d3d584f9dd7feceb1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo "------------------------------------------------------------------------------------"
echo "* Please issue the following command to setup the N64_INST environment variable:"
echo " source /etc/profile.d/libdragon.sh"
echo "------------------------------------------------------------------------------------"
}
post_upgrade() {
post_install $1
}
|