mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 20:14:59 +02:00

Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
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
|
|
} |