summaryrefslogtreecommitdiff
path: root/multimedia/adobe-flash-player/INSTALL.nspluginwrapper
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2021-12-03 20:55:06 +0000
committertsutsui <tsutsui@pkgsrc.org>2021-12-03 20:55:06 +0000
commit1636df22d8e371af70950c501146ac43fca1fba8 (patch)
treec1c603d815af9690fc37b5749e862cdfbc1277be /multimedia/adobe-flash-player/INSTALL.nspluginwrapper
parent18ce0a88648203ddc203b39f0193c6a00cfb91ce (diff)
downloadpkgsrc-1636df22d8e371af70950c501146ac43fca1fba8.tar.gz
adobe-flash-player: remove.
EOLed on 2020/12/31. Note 32.0.0.371 still works (no EOL date check), but no public binaries anyway.
Diffstat (limited to 'multimedia/adobe-flash-player/INSTALL.nspluginwrapper')
-rw-r--r--multimedia/adobe-flash-player/INSTALL.nspluginwrapper19
1 files changed, 0 insertions, 19 deletions
diff --git a/multimedia/adobe-flash-player/INSTALL.nspluginwrapper b/multimedia/adobe-flash-player/INSTALL.nspluginwrapper
deleted file mode 100644
index f1414865aed..00000000000
--- a/multimedia/adobe-flash-player/INSTALL.nspluginwrapper
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-# $NetBSD: INSTALL.nspluginwrapper,v 1.1 2017/03/17 21:56:29 tsutsui Exp $
-
-PATH=@PREFIX@/bin:$PATH
-
-case $STAGE in
- POST-INSTALL)
- nspluginwrapper -i @PREFIX@/lib/netscape/plugins/libflashplayer.so
- ;;
-esac
-
-
-case $STAGE in
- DEINSTALL)
- for wrapped in `nspluginwrapper -l | grep ^/` ; do
- nspluginwrapper -r $wrapped
- done
- ;;
-esac