Show
Ignore:
Timestamp:
04/25/08 16:48:48 (4 months ago)
Author:
pmoura
Message:

Updated the Debian installer package shell scripts for POSIX compliance, removing dependencies on bash shell features.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/debian/postrm

    r4102 r4227  
    1 #!/bin/bash 
     1#!/bin/sh 
    22 
    33## ================================================================ 
     
    1010echo "Removing menu entries for some of the Logtalk integration scripts..." 
    1111 
    12 if test -x /usr/bin/update-menus; then 
     12if [ -x /usr/bin/update-menus ] ; then 
    1313    update-menus 
    1414fi