This commit is contained in:
Bandie 2018-04-04 15:29:59 +02:00
förälder 1507d31661
incheckning 13a5daa5d3
Signerad av: Bandie
GPG-nyckel ID: C1E133BC65A822DD
3 ändrade filer med 2 tillägg och 4 borttagningar

Visa fil

@ -5,3 +5,4 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libnotify-dev
script: make && make install

Visa fil

@ -9,11 +9,10 @@ all:
install:
mkdir -p /usr/local/bin
cp ./bin/notify_touchy /usr/local/bin/
cp ./systemd/notify_touchy.service /etc/systemd/system
chown root:root /usr/local/bin/notify_touchy
chmod 740 /usr/local/bin/notify_touchy
@printf "Done.\n"
@printf "You may want to enable and start the service: \"systemctl enable notify_touchy ; systemctl start notify_touchy\"\n" @printf "The file will be called /verified"
@printf "You may want to configure a service for this program. Look into the systemd directory for a systemd example.\n"
uninstall:
rm /usr/sbin/local/notify_touchy

2
configure vendored
Visa fil

@ -1,2 +0,0 @@
#!/bin/bash
echo "This does nothing. Run make instead."