1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-18 19:11:31 +01:00
This commit is contained in:
JoseluCross
2016-05-22 14:03:42 +02:00
parent b67d562ca2
commit 796f2eb977
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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
}