Install initial configuration file

This commit is contained in:
pablofsf 2018-03-21 02:11:21 +01:00
parent bd95a1045d
commit 100b40a36f

View file

@ -24,6 +24,15 @@ VERSION=1
sed 's/enable-geoclue2/disable-geoclue2/' -i debian/rules sed 's/enable-geoclue2/disable-geoclue2/' -i debian/rules
sed '/geoclue/d' -i debian/control sed '/geoclue/d' -i debian/control
if [ -f debian/example-redshift.conf ]
then
cp debian/example-redshift.conf debian/redshift.conf
echo "debian/redshift.conf /etc" >> debian/redshift.install
else
echo "Error, example configuration file not found"
exit
fi
changelog "Disabled geoclue" changelog "Disabled geoclue"
compile compile