summarylogtreecommitdiffstats
path: root/containernet-git.install
diff options
context:
space:
mode:
authorkyechou2022-02-03 14:40:35 -0600
committerkyechou2022-02-03 14:43:24 -0600
commit0a8b9afe6be77178bcdc4d2981d82707e36b9d48 (patch)
tree1c49a74b3b099feb292f53398396d48a53ea4c94 /containernet-git.install
parent5ae4b90e0955a5994d16ce9712466fd26ae5c894 (diff)
downloadaur-0a8b9afe6be77178bcdc4d2981d82707e36b9d48.tar.gz
Update dependencies and use Python 3
Diffstat (limited to 'containernet-git.install')
-rw-r--r--containernet-git.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/containernet-git.install b/containernet-git.install
deleted file mode 100644
index 0cbf15937f72..000000000000
--- a/containernet-git.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- cat << EOF
-
- Containernet requires Open vSwitch to be running in order to
- instantiate switches. To run it, just execute the following
- commands (as root or using sudo):
-
- # systemctl enable ovsdb-server.service
- # systemctl start ovs-vswitchd.service
- # systemctl enable ovsdb-server.service
- # systemctl start ovs-vswitchd.service
-
-EOF
-}