@eshanized updated the repository 🎉

This commit is contained in:
eshanized
2024-04-16 19:25:28 +05:30
parent a4d1bbd2e2
commit 8821f872d6

View File

@@ -0,0 +1,7 @@
post_install() {
echo -e "\n** ... **\n"
}
post_upgrade() {
post_install
}