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