summarylogtreecommitdiffstats
path: root/android-sdk-cmake.install
blob: 3f9f9b40a83956ea5c4206f8287faefa168fde3d (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    cat <<EOF
I've agreed the Android SDK license for you. If you don't agree that, please uninstall this package.
EOF
}

post_upgrade() {
    post_install
}