Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://dict-easton_1.5A-1_all.deb:1122012/postinst  info  downloads

#! /bin/sh

set -e

PACKAGE=dict-easton

case "$1" in 
     configure)
     if [ -x /usr/sbin/dictdconfig ]; then dictdconfig -w ;fi
     if [ -x /etc/init.d/dictd ]; then /etc/init.d/dictd restart; fi

     exit 0
     ;;


    failed-upgrade|abort-upgrade|abort-remove|abort-deconfigure|in-favour|removing)
        exit 0;
    ;;

    *)
        echo "postinst called with unknown argument \`$1'" >&2;
        exit 0;
    ;;
esac
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions