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 -}