Skip to content
Snippets Groups Projects
Unverified Commit 1c60d795 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

enable systemd services after installation

parent a4a9d4f0
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,5 @@ audio/reform.conf /usr/share/pulseaudio/alsa-mixer/profile-sets ...@@ -6,7 +6,5 @@ audio/reform.conf /usr/share/pulseaudio/alsa-mixer/profile-sets
bin/* /usr/bin bin/* /usr/bin
etc/* /etc etc/* /etc
sbin/* /usr/sbin sbin/* /usr/sbin
systemd/reform-hw-setup.service /usr/lib/systemd/system
systemd/reform-poweroff /lib/systemd/system-shutdown systemd/reform-poweroff /lib/systemd/system-shutdown
systemd/reform-sleep.conf /usr/lib/systemd/sleep.conf.d systemd/reform-sleep.conf /usr/lib/systemd/sleep.conf.d
systemd/reform-sleep.service /usr/lib/systemd/system
...@@ -5,3 +5,7 @@ ...@@ -5,3 +5,7 @@
execute_after_dh_auto_build: execute_after_dh_auto_build:
for d in Desktop Documents Downloads Music Pictures Videos; do mkdir -p etc/skel/$$d; done for d in Desktop Documents Downloads Music Pictures Videos; do mkdir -p etc/skel/$$d; done
override_dh_installsystemd:
dh_installsystemd --name=reform-hw-setup
dh_installsystemd --name=reform-sleep
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment