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