summaryrefslogtreecommitdiff
path: root/multimedia/adobe-flash-player24/INSTALL.nspluginwrapper
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/adobe-flash-player24/INSTALL.nspluginwrapper')
-rw-r--r--multimedia/adobe-flash-player24/INSTALL.nspluginwrapper19
1 files changed, 0 insertions, 19 deletions
diff --git a/multimedia/adobe-flash-player24/INSTALL.nspluginwrapper b/multimedia/adobe-flash-player24/INSTALL.nspluginwrapper
deleted file mode 100644
index a11afee85be..00000000000
--- a/multimedia/adobe-flash-player24/INSTALL.nspluginwrapper
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-# $NetBSD: INSTALL.nspluginwrapper,v 1.1 2017/02/24 18:33:38 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