making debian package generation more clear

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@91 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2009-02-26 11:18:07 +00:00
parent 62522d90f2
commit 2f0a12f9e0
5 changed files with 28 additions and 43 deletions

View File

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