Import patches-unapplied version 2.394 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 42e2a00908e80b04bd9af90a74eac6fdb7604ec8

New changelog entries:
  [ Xavi Garcia ]
  * Adding a new hook to change the configuration file for upower.
This commit is contained in:
Łukasz 'sil2100' Zemczak 2016-03-30 16:20:20 +02:00 committed by usd-importer
parent 42e2a00908
commit 93f2a06b3c
2 changed files with 17 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.394) xenial; urgency=medium
[ Xavi Garcia ]
* Adding a new hook to change the configuration file for upower.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Wed, 30 Mar 2016 16:20:20 +0200
livecd-rootfs (2.393) xenial; urgency=medium livecd-rootfs (2.393) xenial; urgency=medium
* actually make the /etc/mtab link relative (LP: #1547033) * actually make the /etc/mtab link relative (LP: #1547033)

View File

@ -0,0 +1,10 @@
#! /bin/sh
set -e
echo "Updating upower configuration..."
sed -i 's/^UsePercentageForPolicy=.*/UsePercentageForPolicy=true/' /etc/UPower/UPower.conf
sed -i 's/^CriticalPowerAction=.*/CriticalPowerAction=PowerOff/' /etc/UPower/UPower.conf