From 15a843568e980977addbdfc3089cef6913a9a97e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 26 Sep 2016 12:30:39 +0200 Subject: [PATCH] Remove flashplayer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flash is outdated technology, and the Flash Player causes too many problems, we don’t want ourselfes to deal with. So remove it preemptively. --- flashplayer-11.2.202.261-0.bee | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 flashplayer-11.2.202.261-0.bee diff --git a/flashplayer-11.2.202.261-0.bee b/flashplayer-11.2.202.261-0.bee deleted file mode 100755 index 35933d7c0..000000000 --- a/flashplayer-11.2.202.261-0.bee +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/env beesh - -# http://labs.adobe.com/technologies/flashplayer10/square/ - -# http://get.adobe.com/flashplayer/ - -SRCURL[0]="/src/mariux/download/install_flash_player_${PKGVERSION}_linux.x86_64.tar.gz" - -BEE_CONFIGURE=none - -B=${S} - -mee_extract() { - tar xof ${1} -C ${S} -} - -mee_build() { - return -} - -mee_install() { - # /usr/lib/firefox-plugins - - mkdir -p ${D}${LIBDIR}/mozilla/plugins - cp libflashplayer.so ${D}${LIBDIR}/mozilla/plugins -}