Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://beagle_0.2.12-1+b1_i386.deb:1197710/postinst  info  downloads

#!/bin/sh
# postinst file for beagle package.
 
set -e

case "$1" in 
   configure)

   getent passwd beagleindex > /dev/null || \
       adduser --system --home /var/cache/beagle beagleindex

   # We have to assure system indexes are world readable.
   chmod 0755 /var/cache/beagle

   mkdir -p /var/cache/beagle/indexes
   chown beagleindex /var/cache/beagle/indexes/

   ;;

   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