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 and further details.
This commit is contained in:
@@ -8,6 +8,7 @@ arch=('any')
|
||||
license=("MIT")
|
||||
source=("$pkgname.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
install="${pkgname}.install"
|
||||
|
||||
pkgver() {
|
||||
# cd "$srcdir/$pkgname"
|
||||
|
@@ -0,0 +1,7 @@
|
||||
post_install() {
|
||||
echo -e "\n** The files have been installed in /usr/share/tabliss/tabliss.json **\n"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
Reference in New Issue
Block a user