linux-driver-management: move sddm setup to examples
do not overwrite sddm file
This commit is contained in:
parent
3f9bde5ba9
commit
746f730e9f
@ -1,7 +1,7 @@
|
||||
# Template file for 'linux-driver-management'
|
||||
pkgname=linux-driver-management
|
||||
version=1.0.3
|
||||
revision=2
|
||||
revision=3
|
||||
# Tests require unpackaged umockdev
|
||||
# https://github.com/martinpitt/umockdev
|
||||
build_style=meson
|
||||
@ -23,6 +23,11 @@ if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" glib-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
mkdir -p ${DESTDIR}/usr/share/examples/sddm/scripts
|
||||
mv ${DESTDIR}/usr/share/sddm/scripts/Xsetup ${DESTDIR}/usr/share/examples/sddm/scripts/Xsetup
|
||||
}
|
||||
|
||||
linux-driver-management-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - Development files"
|
||||
|
Loading…
x
Reference in New Issue
Block a user