#!/bin/bash

if [[ -L "/usr/bin/lockex" ]]
then
	exit 0
fi
ln -sf /usr/share/python/lockex/bin/lockex /usr/bin/lockex

#DEBHELPER#
exit 0
