summarylogtreecommitdiffstats
path: root/adobe-air-sdk.install
blob: 0d60cf67be498212b38b3a1d4018ee6a68db560a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
/usr/bin/cat << EOF

Adobe AIR SDK requires you to re-login to your profile before using

To run an Adobe Air application, extract the archive into a folder and run:

    adl -nodebug app-folder/META-INF/AIR/application.xml app-folder

EOF
}