vail: update post install section

This commit is contained in:
blshkv 2018-11-23 07:48:12 +08:00
parent 472f203840
commit 9801242e4c
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -62,4 +62,9 @@ src_install() {
pkg_postinst(){
einfo "you need to setup wine env for pyinstaller"
einfo "wine msiexec /i python-2.7.12.msi"
#https://github.com/Veil-Framework/Veil/issues/259
einfo "Please also create the follow directories:"
einfo "mkdir -p ~/.veil/output/source/"
einfo "mkdir -p ~/.veil/output/compiled/"
einfo "mkdir -p ~/.veil/output/handlers/"
}