diff --git a/srcpkgs/odroid-u2-base/template b/srcpkgs/odroid-u2-base/template index dc159e799a1..da060e5057d 100644 --- a/srcpkgs/odroid-u2-base/template +++ b/srcpkgs/odroid-u2-base/template @@ -1,6 +1,6 @@ # Template file for 'odroid-u2-base' pkgname=odroid-u2-base -version=2.3 +version=2.4 revision=1 build_style=meta homepage="http://www.voidlinux.eu" @@ -12,7 +12,6 @@ only_for_archs="armv7l" depends="virtual?ntp-daemon odroid-u2-kernel odroid-u2-uboot odroid-u2-boot-fw linux-firmware-network" conf_files=/etc/default/odroid-led -build_options="systemd" do_install() { # Set proper perms to some devices. @@ -22,8 +21,5 @@ do_install() { # Install LED utilities vinstall ${FILESDIR}/odroid-led.sh 744 /usr/sbin odroid-led vinstall ${FILESDIR}/odroid-led.default 744 /etc/default odroid-led - if [ "$build_option_systemd" ]; then - vinstall ${FILESDIR}/odroid-led.service 644 /usr/lib/systemd/system - fi vsv odroid-led }