File: plan.preinst

package info (click to toggle)
plan 1.10.1-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,228 kB
  • ctags: 1,995
  • sloc: ansic: 25,050; perl: 1,361; sh: 1,003; makefile: 528; yacc: 121; sed: 17
file content (11 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ -r /usr/lib/plan/holiday ] && [ ! -L /usr/lib/plan/holiday ]
then
    mv /usr/lib/plan/holiday /etc/plan/
    echo >&2 Moved /usr/lib/plan/holiday to /etc/plan/holiday.
fi

#DEBHELPER#