summaryrefslogtreecommitdiffstats
path: root/development/komodo-ide/doinst.sh
blob: bfdb8bcdc47095dfe3e0cbb8e2f24d7a668febfa (plain)
1
2
3
4
5
6
( cd usr/bin; ln -sf /opt/komodo-ide/bin/komodo komodo-ide )
( cd usr/share/applications; ln -sf /opt/komodo-ide/share/desktop/komodo-ide-*.desktop komodo-ide.desktop )

if [ -x /usr/bin/update-desktop-database ]; then
  /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi