summarylogtreecommitdiffstats
path: root/adb-arm64.install
diff options
context:
space:
mode:
Diffstat (limited to 'adb-arm64.install')
-rw-r--r--adb-arm64.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/adb-arm64.install b/adb-arm64.install
new file mode 100644
index 000000000000..365dcd81e420
--- /dev/null
+++ b/adb-arm64.install
@@ -0,0 +1,10 @@
+pre_install() {
+ echo "############################################################################"
+ echo "## You should add current user to 'adbusers' group to be able to use adb. ##"
+ echo "## You will also probably need to reboot as udev rules changed. ##"
+ echo "############################################################################"
+}
+
+pre_upgrade() {
+ pre_install
+}