1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-20 20:11:32 +01:00
Files
jka-toolkit/pkgbuild/jka-toolkit.install
2016-05-23 13:52:16 +00:00

9 lines
215 B
Plaintext

post_install() {
echo "Thanks for installing this kit"
echo "Scripts"
echo "jkazip - de/compress files and directories in many formats very easy"
echo "apw - A Package Wrapper"
}
post_upgrade() {
post_install
}