summaryrefslogtreecommitdiffstats
path: root/dilos/core/tdebase/debian/kcontrol-trinity.postrm
blob: 995c951312fc376d87b9b46de48dbfb4af35f416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh -e

if [ "${BASEDIR:=/}" = "/" ]; then
	BASEDIR=""
fi

case "$1" in

	purge)
#	LINK="/etc/udev/rules.d/025_logitechmouse.rules"
#	[ ! -L "$LINK" ] || rm -f "$LINK"
	;;

esac

#DEBHELPER#

exit 0