mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 14:57:25 +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 -
12 lines
184 B
Bash
12 lines
184 B
Bash
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
LAZARUS_DIR=/usr/lib/lazarus/%{lazarusversion}
|
|
|
|
# remove alternative
|
|
update-alternatives --remove lazarus ${LAZARUS_DIR}/lazarus-gtk2
|
|
|
|
# Debhelper code
|
|
#DEBHELPER#
|