added .desktop to autostart
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@ -9,7 +9,7 @@ url="https://gitlab.com/tromsite/tromjaro/calamares-settings"
|
||||
license=("GPL3")
|
||||
depends=("calamares")
|
||||
makedepends=("git")
|
||||
source=("${pkgname}::git+${url}.git#commit=4883ce386103d64b57ab725094e50648c1d6d514")
|
||||
source=("${pkgname}::git+${url}.git#commit=1e2135634f7ccac68630c9fcb6f2a5c1ea70bc05")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
||||
@ -17,4 +17,6 @@ package() {
|
||||
|
||||
install -d "${pkgdir}/etc"
|
||||
cp -r "${srcdir}/${pkgname}/calamares" "${pkgdir}/etc/"
|
||||
install -Dm755 "${srcdir}/${pkgname}/calamares.desktop" \
|
||||
"{pkgdir}/etc/skel/.config/autostart/calamares.desktop"
|
||||
}
|
||||
|
Reference in New Issue
Block a user