summaryrefslogtreecommitdiffstats
path: root/dilos/core/tdelibs/debian/tdelibs-data-trinity.postinst
blob: 6a6af3c3f9037bf6c4644f0aeca50215d5940fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh -e

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

FILE="/etc/xdg/menus/applications.menu"
MD5SUM332="3750f06e08cfd048952f4cd82b97652c"
MD5SUM340="ea26be9e934fb23c04b0b1409706bace"

case "$1" in

	upgrade|install)
#	ldconfig
	;;

	abort-upgrade)
	;;

	*)
	;;

esac

#DEBHELPER#

exit 0