Skip to content
Snippets Groups Projects
Commit 9608f5a83b22 authored by Julien Jehannet's avatar Julien Jehannet
Browse files

[lenny] Does clean up old pycentral package

parent 97a9e5c8b4a1
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
case "$1" in
install)
;;
upgrade)
pycentral pkgremove python-rql || true
;;
abort-upgrade)
;;
*)
echo "preinst called with unknown argument '$1'" >&2
exit 1
;;
esac
#DEBHELPER#
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment