summarylogtreecommitdiffstats
path: root/adb-arm64.install
diff options
context:
space:
mode:
authorFranck Lucien Duriez2018-12-26 14:40:09 +0000
committerFranck Lucien Duriez2018-12-26 14:40:09 +0000
commitad450052d7a6c918aa1472996de40998fe96b8af (patch)
tree493db631187d5a5adc3424f16359d8bebda0afaa /adb-arm64.install
parentd8bb7cbf90f6e1dacefcc6e1c04b3c109e8beaab (diff)
downloadaur-adb-arm64.tar.gz
Add dependency to android-udev
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
+}