This commit is contained in:
Wallesntein 2024-10-16 17:47:01 +03:00
parent fc7547ffa0
commit 4df1d479a8

View file

@ -23,5 +23,7 @@ post_install() {
vsv amneziawg
vmkdir usr/share/$pkgname/examples
vcopy ../contrib/* usr/share/$pkgname/examples
if [ -d "../contrib" ]; then
vcopy ../contrib/* usr/share/$pkgname/examples
fi
}