4
0
forked from Mirror/wfb-ng
wfb-ng/debian/postrm
2024-10-03 01:56:51 +03:00

6 lines
72 B
Bash
Executable File

#!/bin/bash
if [ "$1" == "remove" ]
then
systemctl daemon-reload
fi