change permissions
[clsql.git] / debian / preinst.template
old mode 100755 (executable)
new mode 100644 (file)
index e7b0052..e0b5f37
@@ -1,9 +1,11 @@
-#!/bin/bash
+#!/bin/sh
 # This is part of clsql program: 
 #    http://clsql.med-info.com
 #
 # Copyright (c) 2002 Kevin M. Rosenberg
 
+set -e
+
 pkg=%%
 dir=/usr/share/common-lisp/source/$pkg
 
@@ -11,7 +13,6 @@ case "$1" in
     install|upgrade|abort-upgrade)
        test -h $dir && rm $dir 
        rm -rf ${dir}-[0-9\.]*
-
        ;;
     *)
         echo "preinst called with unknown argument '$1'" >&2