~alexeftimie/jockey/fix-gobject

1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = remove ]; then
	rm -rf /var/cache/jockey
fi

#DEBHELPER#