mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 13:12:37 +02:00
debian: Merged Debian specific changes from official Debian VCS
git-svn-id: trunk@43934 -
This commit is contained in:
parent
52c422b4ef
commit
15af867e33
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3759,6 +3759,7 @@ debian/lcl-utils.install.in svneol=native#text/plain
|
||||
debian/lcl-utils.links.in svneol=native#text/plain
|
||||
debian/lcl-utils.manpages.in svneol=native#text/plain
|
||||
debian/lcl-utils.postinst.in svneol=native#text/plain
|
||||
debian/lcl-utils.postrm.in svneol=native#text/plain
|
||||
debian/lcl-utils.prerm.in svneol=native#text/plain
|
||||
debian/lcl-utils.templates.in svneol=native#text/plain
|
||||
debian/orig-tar.sh svneol=native#text/plain
|
||||
|
16
debian/lcl-utils.postrm.in
vendored
Normal file
16
debian/lcl-utils.postrm.in
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
ACTION=$1
|
||||
|
||||
CFG_FILE="/etc/lazarus-${VERSION}"
|
||||
|
||||
# Debhelper code
|
||||
#DEBHELPER#
|
||||
|
||||
if test "${ACTION}" = "purge"
|
||||
then
|
||||
rm -rf "${CFG_FILE}".cfg
|
||||
rm -rf "${CFG_FILE}".bak
|
||||
fi
|
Loading…
Reference in New Issue
Block a user