summarylogtreecommitdiffstats
path: root/python-pywebview.install
blob: c4d6ac16042ba2eb7618b5875e47b9df96854686 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    cat << EOF

NOTE: To use pywebview, make sure optional dependencies for this package
are installed for either GTK or Qt.

EOF
    /bin/true
}