Ticket #71: unsetup.patch

File unsetup.patch, 500 bytes (added by Jan-Nik, 8 months ago)

This patch removes the check for the "package" command

  • old/main/unsetup

    old new  
    2828### 
    2929########## 
    3030 
    31 if $( ! which "package" > /dev/null 2>&1 ); then 
    32         echo "Package autopackage not found." 
    33         echo 
    34         exit 1 
    35 fi 
    36  
    3731# probe to locate autopackage/main directory 
    3832[ -e "/etc/autopackage/config" ] && source "/etc/autopackage/config" 
    3933[ -e "${XDG_CONFIG_HOME:-~/.config}/autopackage/config" ] && source "${XDG_CONFIG_HOME:-~/.config}/autopackage/config"