mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-21 20:33:48 +01:00
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
post_install() {
|
|
echo ""
|
|
echo "Thanks to install this kit"
|
|
echo "Scripts"
|
|
echo "jkazip - de/compress files and directories in many formats very easy"
|
|
}
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|