summarylogtreecommitdiffstats
path: root/packettracer.install
diff options
context:
space:
mode:
authorrunnytu2020-02-04 23:02:01 +0100
committerrunnytu2020-02-04 23:02:01 +0100
commit98b59811b07871917e3b4c94361f7dea0220e6e0 (patch)
tree04b87ce8e341b3214cb9e3fd8cb055cae0cacd6d /packettracer.install
parentc5b7894a532ae956ab4990c49cf5927f00f473ee (diff)
downloadaur-98b59811b07871917e3b4c94361f7dea0220e6e0.tar.gz
Update to 7.3.0-3
Diffstat (limited to 'packettracer.install')
-rw-r--r--packettracer.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/packettracer.install b/packettracer.install
deleted file mode 100644
index 85f768a4b658..000000000000
--- a/packettracer.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
-if [ ! -f "/usr/lib/libdouble-conversion.so.1" ]; then
- if [ ! -f "/opt/packettracer/bin/libdouble-conversion.so.1" ]; then
- ln -s /usr/lib/libdouble-conversion.so /opt/packettracer/bin/libdouble-conversion.so.1
- fi
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-if [ -f "/opt/packettracer/bin/libdouble-conversion.so.1" ]; then
- rm /opt/packettracer/bin/libdouble-conversion.so.1
-fi
-}