blob: 22c4ffeb73d39f5c17d17fc7f1be9e57c2369112 (
plain)
1
2
3
4
5
6
7
|
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -x /sbin/setcap ]; then
/sbin/setcap cap_ipc_lock,cap_sys_nice=ep /opt/gaiasky/gaiasky
fi
|