lazarus/debian/lazarus-ide-gtk2.prerm.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

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#