mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 07:47:34 +01:00
* Fixed patches failing to apply due to new components added between 0.9.28 and 0.9.29. git-svn-id: trunk@27299 -
13 lines
216 B
Bash
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#
|