~ubuntu-branches/ubuntu/karmic/motion/karmic-proposed

« back to all changes in this revision

Viewing changes to debian/motion.preinst

  • Committer: Bazaar Package Importer
  • Author(s): Juan Angulo Moreno
  • Date: 2008-06-10 09:15:47 UTC
  • mfrom: (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080610091547-2dcuzqpznlivgvxl
Tags: 3.2.9-4
* Fixed errors in the file debian/rules that affected the non-apply of 
  two patches (01_ffmpeg_creation_update_API.dpatch and 
  02_webhttpd_security_video2_backport.dpatch) (Closes: #484566).
* Bumped Standards-Version to 3.8.0. No changes to package necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
# preinst script for motion
3
 
 
4
 
set -e
5
 
 
6
 
. /usr/share/debconf/confmodule
7
 
 
8
 
if dpkg --compare-versions "$2" lt-nl "3.1.14-1"; then
9
 
  db_input high motion/moved_conf_dir || true
10
 
  db_go || true
11
 
fi
12
 
 
13
 
#DEBHELPER#
14
 
 
15
 
exit 0