12 lines
429 B
Makefile
12 lines
429 B
Makefile
install:
|
|
install DynGanDiNS.sh /bin/DynGanDiNS
|
|
install --target-directory /usr/lib/systemd/system/ --mode 644 DynGanDiNS.service
|
|
install --target-directory /usr/lib/systemd/system/ --mode 644 DynGanDiNS.timer
|
|
install --mode 644 -D Settings.env /etc/sysconfig/DynGanDiNS
|
|
|
|
uninstall:
|
|
rm /bin/DynGanDiNS
|
|
rm /usr/lib/systemd/system/DynGanDiNS.service
|
|
rm /usr/lib/systemd/system/DynGanDiNS.timer
|
|
rm /etc/sysconfig/DynGanDiNS
|