File: carbon-c-relay.preinst

package info (click to toggle)
carbon-c-relay 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 680 kB
  • sloc: ansic: 7,204; sh: 113; python: 112; makefile: 52
file content (8 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
    dpkg-maintscript-helper mv_conffile /etc/carbon/carbon-c-relay.conf /etc/carbon-c-relay.conf 0.40~ -- "$@"
fi

#DEBHELPER#