summarylogtreecommitdiffstats
path: root/fb-adb-git.install
blob: 745582858d1c9db82254ff6adb63968aaadb7b6e (plain)
1
2
3
4
5
6
7
8
9
post_install(){
    echo "
    NOTE: The fb-adb-android-arm.zip archive contains a build of fb-adb
    compatible with Android devices that have an ARM CPU. To use fb-adb to
    communicate with an Android device, this must be deployed to
    /system/bin/fb-adb (or /system/xbin/fb-adb if the /system/xbin directory is
    used by the ROM)
    "
}