summarylogtreecommitdiffstats
path: root/packettracer
diff options
context:
space:
mode:
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 5b1ecce4c48d..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="/usr/share/packettracer/bin"
-
-exec /usr/share/packettracer/bin/PacketTracer7 "$@"
-