mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 10:18:19 +02:00
12 lines
189 B
Bash
12 lines
189 B
Bash
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
LAZARUS_DIR=/usr/lib/lazarus/${VERSION}
|
|
|
|
# Remove alternatives
|
|
update-alternatives --remove lazarus-${VERSION} ${LAZARUS_DIR}/lazarus-gtk2
|
|
|
|
# Debhelper code
|
|
#DEBHELPER#
|