summaryrefslogtreecommitdiffstats
path: root/packaging/default_files/prerm
diff options
context:
space:
mode:
authorFelix Endres2006-04-26 18:48:28 +0200
committerFelix Endres2006-04-26 18:48:28 +0200
commit0bc40f516178b20dbfefc574e47f2b2d85d68e20 (patch)
treee1d14441e250668b9ba5216055fcb3c39a5b34b7 /packaging/default_files/prerm
parentBoth scripts can now be called by nested symlinks (diff)
downloadcore-0bc40f516178b20dbfefc574e47f2b2d85d68e20.tar.gz
core-0bc40f516178b20dbfefc574e47f2b2d85d68e20.tar.xz
core-0bc40f516178b20dbfefc574e47f2b2d85d68e20.zip
Script and Data for automatic creation of a .deb package for Debian based systems
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@196 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'packaging/default_files/prerm')
-rwxr-xr-xpackaging/default_files/prerm7
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/default_files/prerm b/packaging/default_files/prerm
new file mode 100755
index 00000000..cdc4a8d4
--- /dev/null
+++ b/packaging/default_files/prerm
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+#
+if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/dxs]; then
+ rm -f /usr/doc/dxs
+fi
+#