coorected remove script

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@72 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2008-12-09 17:47:45 +00:00
parent a9ac98e7bb
commit 46fb40237e
2 changed files with 12 additions and 5 deletions

10
debscript/prerm Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
set -e
case $1 in
remove)
rm -rf /usr/share/python-support/relational/;;
esac
exit 0