mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 03:55:02 +02:00
chore(users): add post installation script!
This commit is contained in:
@@ -9,6 +9,7 @@ license=("MIT")
|
||||
depends=('snigdhaos-tabliss-config' 'waterfox-bin' 'profile-sync-daemon')
|
||||
source=("psd.conf"
|
||||
"$pkgname.tar.gz")
|
||||
install="${pkgname}.install"
|
||||
|
||||
package() {
|
||||
install -dm 755 "${pkgdir}/etc/skel"
|
||||
|
@@ -0,0 +1,7 @@
|
||||
post_install() {
|
||||
echo -e "\n** The files have been installed in /etc/skel/.waterfox/ **\n"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
Reference in New Issue
Block a user