lazarus/debian/lazarus-ide-gtk2.postinst.in
mazen 591f9e03b3 * Merged modifications from official Debian packaging rules : split packages into lcl-* and ide-*.
* Fixed patches failing to apply due to new components added between 0.9.28 and 0.9.29.

git-svn-id: trunk@27299 -
2010-09-11 13:48:12 +00:00

13 lines
216 B
Bash

#! /bin/sh
set -e
LAZARUS_DIR=/usr/lib/lazarus/%{lazarusversion}
# add alternative
update-alternatives \
--install ${LAZARUS_DIR}/lazarus lazarus ${LAZARUS_DIR}/lazarus-gtk2 20 \
# Debhelper code
#DEBHELPER#