@eshanized updated the repository 🎉

This commit is contained in:
eshanized
2024-04-15 22:14:10 +05:30
parent a2858c0abc
commit 35f552c3e9
2 changed files with 8 additions and 0 deletions

View File

@@ -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)"
}

View File

@@ -0,0 +1,7 @@
post_install() {
echo -e "\n** The files have been installed in /etc/skel/.config/powershell **\n"
}
post_upgrade() {
post_install
}