summarylogtreecommitdiffstats
path: root/tinc-pre.install
diff options
context:
space:
mode:
Diffstat (limited to 'tinc-pre.install')
-rw-r--r--tinc-pre.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/tinc-pre.install b/tinc-pre.install
index 03914427ed75..ff519974eb66 100644
--- a/tinc-pre.install
+++ b/tinc-pre.install
@@ -1,13 +1,4 @@
-infodir=/usr/share/info
-file=tinc.info
-
-post_install() {
- [[ -x /usr/bin/install-info ]] || return 0
- install-info $infodir/$file.gz $infodir/dir
-}
-
post_upgrade() {
- post_install $1
cat <<EOF
Starting from 1.1pre12, tinc ships its own systemd unit files, which are
different from previous ones:
@@ -20,9 +11,3 @@ Please reload systemd and do appropriate configuration according to these
changes.
EOF
}
-
-pre_remove() {
- [[ -x /usr/bin/install-info ]] || return 0
- install-info --delete $infodir/$file.gz $infodir/dir
-}
-