mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
vail: update post install section
This commit is contained in:
parent
472f203840
commit
9801242e4c
1 changed files with 5 additions and 0 deletions
|
|
@ -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/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue