File: gridsite.preinst

package info (click to toggle)
gridsite 3.0.0~20180202git2fdbc6f-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,424 kB
  • sloc: ansic: 16,195; perl: 1,183; makefile: 525; sh: 414; xml: 252
file content (15 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

dpkg-maintscript-helper mv_conffile \
    /var/lib/gridsite/.gacl /etc/gridsite/.gacl \
    1.7.25-2~ gridsite -- "$@"
dpkg-maintscript-helper mv_conffile \
    /var/lib/gridsite/gridsitefoot.txt /etc/gridsite/gridsitefoot.txt \
    1.7.25-2~ gridsite -- "$@"
dpkg-maintscript-helper mv_conffile \
    /var/lib/gridsite/gridsitehead.txt /etc/gridsite/gridsitehead.txt \
    1.7.25-2~ gridsite -- "$@"

#DEBHELPER#