This commit is contained in:
seantum 2018-12-16 17:12:37 +01:00
parent 11922823e7
commit b811cf0161
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mint-backgrounds-tessa pkgbase = mint-backgrounds-tessa
pkgdesc = The backgrounds included in Linux Mint 19.1 Tessa pkgdesc = The backgrounds included in Linux Mint 19.1 Tessa
pkgver = 1.1 pkgver = 1.1
pkgrel = 6 pkgrel = 7
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa
arch = any arch = any
license = GPL3 license = GPL3

View File

@ -3,7 +3,7 @@
pkgname=mint-backgrounds-tessa pkgname=mint-backgrounds-tessa
pkgver=1.1 pkgver=1.1
pkgrel=6 pkgrel=7
pkgdesc="The backgrounds included in Linux Mint 19.1 Tessa" pkgdesc="The backgrounds included in Linux Mint 19.1 Tessa"
license=('GPL3') license=('GPL3')
arch=('any') arch=('any')
@ -17,5 +17,3 @@ package() {
cp -a $srcdir/$pkgname/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/ cp -a $srcdir/$pkgname/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
cp -a $srcdir/$pkgname/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties cp -a $srcdir/$pkgname/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
} }