mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 12:04:59 +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')
|
depends=('snigdhaos-tabliss-config' 'waterfox-bin' 'profile-sync-daemon')
|
||||||
source=("psd.conf"
|
source=("psd.conf"
|
||||||
"$pkgname.tar.gz")
|
"$pkgname.tar.gz")
|
||||||
|
install="${pkgname}.install"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -dm 755 "${pkgdir}/etc/skel"
|
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