mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 20:14:59 +02:00
chore(users): add post installation script and further details.
This commit is contained in:
@@ -8,6 +8,7 @@ arch=('any')
|
|||||||
license=("MIT")
|
license=("MIT")
|
||||||
source=("$pkgname.tar.gz")
|
source=("$pkgname.tar.gz")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
install="${pkgname}.install"
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
# cd "$srcdir/$pkgname"
|
# 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