From 35f552c3e9cf07293f791ef0198402e16053dde8 Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 15 Apr 2024 22:14:10 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/snigdhaos-powershell/PKGBUILD | 1 + common/snigdhaos-powershell/snigdhaos-powershell.install | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 common/snigdhaos-powershell/snigdhaos-powershell.install diff --git a/common/snigdhaos-powershell/PKGBUILD b/common/snigdhaos-powershell/PKGBUILD index eaa33538..d77ecb59 100644 --- a/common/snigdhaos-powershell/PKGBUILD +++ b/common/snigdhaos-powershell/PKGBUILD @@ -16,6 +16,7 @@ sha256sums=( 'SKIP' 'SKIP' ) +install=$pkgname.install pkgver(){ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } diff --git a/common/snigdhaos-powershell/snigdhaos-powershell.install b/common/snigdhaos-powershell/snigdhaos-powershell.install new file mode 100644 index 00000000..dee97428 --- /dev/null +++ b/common/snigdhaos-powershell/snigdhaos-powershell.install @@ -0,0 +1,7 @@ +post_install() { + echo -e "\n** The files have been installed in /etc/skel/.config/powershell **\n" +} + +post_upgrade() { + post_install +} \ No newline at end of file