mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
18 lines
380 B
Bash
18 lines
380 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
dpkg-maintscript-helper mv_conffile \
|
|
/etc/reTurnServer.config /etc/reTurn/reTurnServer.config 1.9.0~beta10-1 -- "$@"
|
|
|
|
dpkg-maintscript-helper mv_conffile \
|
|
/etc/reTurnServer-users.txt /etc/reTurn/users.txt 1.9.0~beta10-1 -- "$@"
|
|
|
|
# dh_installdeb will replace this with shell code automatically
|
|
# generated by other debhelper scripts.
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|
|
|