summarylogtreecommitdiffstats
path: root/tinc-pre.install
diff options
context:
space:
mode:
authorHaochen Tong2018-06-17 12:05:45 +0800
committerHaochen Tong2018-06-17 12:05:45 +0800
commit714b06735a270da427c4198563eeffe223e874a0 (patch)
treedb59da813e39c346de5bae553ed245711312c7a0 /tinc-pre.install
parent9fcf359e372c4abb8b055dc87a030d8b246f605a (diff)
downloadaur-714b06735a270da427c4198563eeffe223e874a0.tar.gz
upgpkg
Diffstat (limited to 'tinc-pre.install')
-rw-r--r--tinc-pre.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/tinc-pre.install b/tinc-pre.install
deleted file mode 100644
index ff519974eb66..000000000000
--- a/tinc-pre.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_upgrade() {
- cat <<EOF
-Starting from 1.1pre12, tinc ships its own systemd unit files, which are
-different from previous ones:
-
-1. Unit file name changes from tincd(@) to tinc(@)
-2. Network without network name is not supported anymore
-3. tinc.service now serves to start all tinc@.service
-
-Please reload systemd and do appropriate configuration according to these
-changes.
-EOF
-}