Skip to content
Snippets Groups Projects
Commit 100b40a3 authored by Pablo Correa's avatar Pablo Correa
Browse files

Install initial configuration file

parent bd95a104
No related branches found
No related tags found
1 merge request!195make-redshift: Add custom configuration file
......@@ -24,6 +24,15 @@ VERSION=1
sed 's/enable-geoclue2/disable-geoclue2/' -i debian/rules
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"
compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment