Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://acon_1.0.5-3_amd64.deb:33886/postinst  info  downloads

#!/bin/sh

test $DEBIAN_SCRIPT_DEBUG && set -v -x

case "$1" in
  configure|upgrade)
  if dpkg-statoverride --list /usr/bin/acon >/dev/null; then
    dpkg-statoverride --remove /usr/bin/acon || true
  fi
  ;;

  abort-upgrade|abort-remove|abort-deconfigure)
  ;;

  *)
    echo "postinst called with unknown argument \`$1'" >&2
    exit 1
  ;;
esac



exit 0
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions