File: motion.config

package info (click to toggle)
motion 3.2.3-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,612 kB
  • ctags: 1,330
  • sloc: ansic: 11,669; sh: 2,906; makefile: 198
file content (13 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# config script for motion

set -e

. /usr/share/debconf/confmodule

if dpkg --compare-versions "$2" lt-nl "3.1.14-1"; then
  db_input high motion/moved_conf_dir || true
  db_go || true
fi

exit 0