Files
snigdhaos-pkgbuilds/snigdhaos-powershell/snigdhaos-powershell.install
Eshan Roy (Eshanized) 108ede4e5e @eshanized updated the repository 🎉
2024-04-18 02:26:29 +05:30

7 lines
141 B
Plaintext

post_install() {
echo -e "\n** The files have been installed in /etc/skel/.config/powershell **\n"
}
post_upgrade() {
post_install
}