X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpreinst.template;h=e7b00520eac4a3cbbaf4aee7d4f12f9661e7786a;hb=d9b90caa2f0450deffff461b70294bc741faae7f;hp=b8f6c195b2d0a1f7b1d85319855162a2d80b6b5a;hpb=a24d3ebbdbb002b32134e369663932174f278e4e;p=clsql.git diff --git a/debian/preinst.template b/debian/preinst.template index b8f6c19..e7b0052 100755 --- a/debian/preinst.template +++ b/debian/preinst.template @@ -5,12 +5,12 @@ # Copyright (c) 2002 Kevin M. Rosenberg pkg=%% -dir=/usr/share/common-lisp-source/source/$pkg +dir=/usr/share/common-lisp/source/$pkg case "$1" in install|upgrade|abort-upgrade) test -h $dir && rm $dir - rm -rf ${dir}-[0-9\.]+ + rm -rf ${dir}-[0-9\.]* ;; *)