@eshanized updated the repository 🎉

This commit is contained in:
eshanized
2024-04-15 22:02:25 +05:30
parent fa919ace88
commit 69c06dbaa6

View File

@@ -18,5 +18,9 @@ pkgver(){
}
package(){
mkdir -p
mkdir -p "${pkgdir}/etc/skel"
cp -rf "${srcdir}/etc/skel/.config" "${pkgdir}/etc/skel/"
rm "${pkgdir}/usr/share/applications/snigdhaos-powershell.desktop"
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}