adjust wallpaper path

This commit is contained in:
Daniel Langbein 2021-06-15 20:29:33 +02:00
parent 3917adb968
commit 1e51efa418

View File

@ -2,7 +2,7 @@
_pkgname=wallpaper
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgver=0.0.2
pkgrel=1
pkgdesc="high resolution wallpaper from unsplash"
arch=('any')
@ -15,5 +15,5 @@ sha256sums=('SKIP') # 'SKIP' for git sources; Otherwise: autofill using updpkgsu
package() {
cd "${_reponame}/pkg/${pkgname}"
install -Dm0644 wallpaper.jpg "$pkgdir"/usr/share/wallpapers/de-p1st-wallpaper.jpg
install -Dm0644 wallpaper.jpg "$pkgdir"/usr/share/backgrounds/de-p1st.jpg
}