summarylogtreecommitdiffstats
path: root/packettracer
diff options
context:
space:
mode:
authorrunnytu2020-01-04 17:50:14 +0100
committerrunnytu2020-01-04 17:50:14 +0100
commit2087f47d22ff3d325ba6d3253838e3f317ab3a50 (patch)
tree851a9cdf96d5069c232d52bd29a48f00a86ed3b0 /packettracer
parent91883cd4286413403ca17fb86283e78989f89082 (diff)
downloadaur-2087f47d22ff3d325ba6d3253838e3f317ab3a50.tar.gz
Update to 7.3.0
Diffstat (limited to 'packettracer')
-rwxr-xr-xpackettracer12
1 files changed, 0 insertions, 12 deletions
diff --git a/packettracer b/packettracer
deleted file mode 100755
index 181a55af73fe..000000000000
--- a/packettracer
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# Modified and improved version of Cisco's Script
-
-# As for now, PacketTracer works with built-in arch libraries
-# If you exprerience any troubles, try to uncomment
-# the following line
-
-export LD_LIBRARY_PATH="/opt/packettracer/bin"
-
-exec /opt/packettracer/bin/PacketTracer7 "$@"
-