File Manager

Current Path : /var/lib/dpkg/info/
Upload File :
Current File : //var/lib/dpkg/info/crm114.preinst

#!/bin/sh -e

action="$1"
oldversion="$2"

if test "$action" = upgrade && dpkg --compare-versions "$oldversion" lt-nl 20090807; then
  . /usr/share/debconf/confmodule
  db_get crm114/forceupgrade
  if [ "$RET" != true ]; then
    db_reset crm114/cssupgrade
    db_input critical crm114/cssupgrade || true
    db_go || true
    db_get crm114/cssupgrade
    if [ "$RET" != true ]; then
      exit 1
    fi
  fi
fi



File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com