mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-12-06 08:03:50 +01:00
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
post_install() {
|
|
echo -e "\n** The files have been installed in /etc/skel/.config/Code **\n"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
} |