summarylogtreecommitdiffstats
path: root/android-sdk-cmake.install
diff options
context:
space:
mode:
Diffstat (limited to 'android-sdk-cmake.install')
-rw-r--r--android-sdk-cmake.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/android-sdk-cmake.install b/android-sdk-cmake.install
new file mode 100644
index 000000000000..3f9f9b40a839
--- /dev/null
+++ b/android-sdk-cmake.install
@@ -0,0 +1,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
+}