aboutsummaryrefslogtreecommitdiff
path: root/debian/prerm.libivy-java
diff options
context:
space:
mode:
authorjestin2006-07-20 13:06:58 +0000
committerjestin2006-07-20 13:06:58 +0000
commit0f83d1bab49eb913cc8be048ec7884a9a2e3402e (patch)
tree94cee8c8cf098b66899dfb07baf1f0363a1f4d8a /debian/prerm.libivy-java
parenta2f2f71fffb5103f2dcc01457f6fb31ace8fb579 (diff)
downloadivy-java-0f83d1bab49eb913cc8be048ec7884a9a2e3402e.zip
ivy-java-0f83d1bab49eb913cc8be048ec7884a9a2e3402e.tar.gz
ivy-java-0f83d1bab49eb913cc8be048ec7884a9a2e3402e.tar.bz2
ivy-java-0f83d1bab49eb913cc8be048ec7884a9a2e3402e.tar.xz
nettoyage des fichiers qui ne servent plus à construire la paquet. Doc du
changelog, et mis à jour du numéro de lib dans les makefiles.
Diffstat (limited to 'debian/prerm.libivy-java')
-rw-r--r--debian/prerm.libivy-java20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/prerm.libivy-java b/debian/prerm.libivy-java
deleted file mode 100644
index 8927c6d..0000000
--- a/debian/prerm.libivy-java
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-package=ivy-java
-docs="ivy-java"
-
-# FHS transition
-if [ -L /usr/doc/$package ]; then
- rm -f /usr/doc/$package
-fi
-
-if [ "$1" = remove -o "$1" = upgrade ]; then
- if command -v install-docs >/dev/null 2>&1; then
- for doc in $docs
- do
- install-docs -r $doc
- done
- fi
-fi