5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
dpkg-maintscript-helper rm_conffile /etc/init/startpar-bridge.conf 0.61~beta-1~ startpar -- "$@"
|