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

7 lines
130 B
Plaintext

post_install(){
echo -e "\n All the files has been installed on /etc/pacman.d/hooks/ \n"
}
post_upgrade(){
post_install
}