[go: up one dir, main page]

File: preinst

package info (click to toggle)
unburden-home-dir 0.3.3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 744 kB
  • ctags: 806
  • sloc: perl: 1,337; makefile: 31; sh: 15
file content (16 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -e

# Move around configuration files from earlier experimental versions
dpkg-maintscript-helper mv_conffile \
  /etc/X11/Xsession.d/95unburden_home_dir /etc/X11/Xsession.d/95unburden-home-dir \
  0.0.20110401 -- "$@"
dpkg-maintscript-helper mv_conffile \
  /etc/unburden_home_dir_list /etc/unburden-home-dir.list \
  0.0.20110401 -- "$@"
dpkg-maintscript-helper mv_conffile \
  /etc/unburden_home_dir /etc/unburden-home-dir \
  0.0.20110401 -- "$@"

#DEBHELPER#