Files
motion/debian/motion.config
2005-12-27 08:54:39 +00:00

14 lines
207 B
Bash

#!/bin/sh
# config script for motion
set -e
. /usr/share/debconf/confmodule
if dpkg --compare-versions "$2" lt-nl "3.1.19-1"; then
db_input high motion/moved_conf_dir || true
db_go || true
fi
exit 0