mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-12-06 08:03:50 +01:00
7 lines
130 B
Plaintext
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
|
|
} |