summarylogtreecommitdiffstats
path: root/defoldsdk-headers.install
blob: fcc3ce4fce1a7e7f0fb2fded45f5efc58a128810 (plain)
1
2
3
4
5
6
7
post_install() {
    echo "Add /usr/include/defoldsdk to your include path."
}

post_upgrade() {
    echo "Add /usr/include/defoldsdk to your include path."
}