mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-16 10:01:33 +01:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
post_install() {
|
|
echo "Thanks to install 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
|
|
} |