moved some scripts outside the makefile

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@92 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2009-02-26 12:58:20 +00:00
parent 2f0a12f9e0
commit b498f61e68
4 changed files with 25 additions and 4 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