Add suspend-to-hibernate
This commit is contained in:
13
suspend-to-hibernate/PKGBUILD
Normal file
13
suspend-to-hibernate/PKGBUILD
Normal file
@@ -0,0 +1,13 @@
|
||||
# Maintainer: Manuel Vögele <aur@manuel-voegele.de>
|
||||
pkgname=suspend-to-hibernate
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
|
||||
arch=('any')
|
||||
source=('suspend-to-hibernate.service')
|
||||
md5sums=('SKIP')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/etc/systemd/system/"
|
||||
cp "${srcdir}/suspend-to-hibernate.service" "${pkgdir}/etc/systemd/system/suspend-to-hibernate.service"
|
||||
}
|
||||
Reference in New Issue
Block a user