feat(add): post installation script

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-10 11:40:25 +05:30
parent 852eadfbef
commit 9ab87b0a1f

View File

@@ -0,0 +1,7 @@
post_install() {
echo -e "\n** The files have been installed in /etc/calamares **\n"
}
post_upgrade() {
post_install
}