laptop-mode: remove meaningless INSTALL script.

This commit is contained in:
Juan RP 2014-09-15 17:06:16 +02:00
parent 53a7a049e3
commit 6a255b51b3
2 changed files with 2 additions and 17 deletions

View file

@ -1,14 +0,0 @@
case $ACTION in
post)
cat <<_EOF
===========================================================================
A systemd service has been installed for ${PKGNAME}-${VERSION}:
$ systemctl enable laptop-mode.service
$ systemctl start laptop-mode.service
===========================================================================
_EOF
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'laptop-mode'
pkgname=laptop-mode
version=1.62
revision=6
revision=7
noarch="yes"
build_style=meta
wrksrc=$pkgname-tools_$version
@ -39,8 +39,7 @@ conf_files="
/etc/laptop-mode/conf.d/terminal-blanking.conf
/etc/laptop-mode/conf.d/exec-commands.conf
/etc/laptop-mode/laptop-mode.conf"
makedepends="acpid hdparm sdparm wireless_tools xset bluez"
depends="${makedepends}"
depends="acpid hdparm sdparm wireless_tools xset bluez"
do_install() {
export DESTDIR=${XBPS_DESTDIR}/${pkgname}-${version} ACPI=force APM=disabled PMU=disabled INIT_D=none MAN_D=/usr/share/man