4
0
forked from Mirror/wfb-ng
wfb-ng/debian/postrm

6 lines
72 B
Plaintext
Raw Permalink Normal View History

2024-10-02 18:21:38 -03:00
#!/bin/bash
if [ "$1" == "remove" ]
then
systemctl daemon-reload
fi