mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
250 B
Text
11 lines
250 B
Text
|
post_install(){
|
||
|
cat << INFO
|
||
|
|
||
|
Shinobi is free for personal use, read the following if you plan to use it
|
||
|
for commercial purpose: https://hub.shinobi.video/articles/view/QDD2cqvbTekzhar
|
||
|
|
||
|
For setup see: https://wiki.archlinux.org/title/Shinobi
|
||
|
|
||
|
INFO
|
||
|
}
|