@eshanized updated the repository 🎉

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-28 00:18:00 +05:30
parent bacb683bbe
commit 1966e72598

View File

@@ -20,7 +20,7 @@ pkgver() {
package() { package() {
cd "${pkgname}" || exit cd "${pkgname}" || exit
install -d "${pkgdir}/usr/share/backgrounds/${pkgname}" install -d "${pkgdir}/usr/share/backgrounds/${pkgname}"
cp "${srcdir}/${pkgname}/src/${pkgname}"/* "${pkgdir}/usr/share/backgrounds/${pkgname}" cp "${srcdir}/${pkgname}/src/${pkgname}"/*.jpg "${pkgdir}/usr/share/backgrounds/${pkgname}"
install -d "${pkgdir}/usr/share/gnome-background-properties" install -d "${pkgdir}/usr/share/gnome-background-properties"
cp "${srcdir}/${pkgname}/src/${pkgname}/${pkgname}.xml" "${pkgdir}/usr/share/gnome-background-properties/snigdhaos-backgrounds.xml" cp "${srcdir}/${pkgname}/src/${pkgname}/${pkgname}.xml" "${pkgdir}/usr/share/gnome-background-properties/snigdhaos-backgrounds.xml"