mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
f6a85bac63
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
304 B
Bash
6 lines
304 B
Bash
( cd usr/bin; ln -sf /opt/komodo-edit/bin/komodo komodo-edit )
|
|
( cd usr/share/applications; ln -sf /opt/komodo-edit/share/desktop/komodo-edit-*.desktop komodo-edit.desktop )
|
|
|
|
if [ -x /usr/bin/update-desktop-database ]; then
|
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
|
fi
|