debian: Rename debian directory to debtpl (fixes #3099)
To keep it out of the way for actual, real, Debian packagers GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3195
This commit is contained in:
6
debtpl/syncthing/postinst
Executable file
6
debtpl/syncthing/postinst
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
if [[ ${1:-} == configure ]]; then
|
||||
pkill -HUP -x syncthing || true
|
||||
fi
|
||||
Reference in New Issue
Block a user