aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/libfm/libfm-gtk/latest.pkg_postinst
blob: bb7d0caaa8d8cb2991d9a6adc955999ddd926740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e
if [ "x$D" != "x" ]; then
	$INTERCEPT_DIR/postinst_intercept update_desktop_database libfm-gtk \
		mlprefix= \
		desktop_dir=/usr/share/applications
else
	update-desktop-database $D/usr/share/applications
fi
if [ x"$D" = "x" ]; then
	if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi
fi