mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-20 20:11:32 +01:00
9 lines
215 B
Plaintext
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
|
|
} |