slackbuilds/xap/flashplayer-plugin.sh
2017-08-19 15:47:54 +02:00

10 lines
274 B
Bash
Executable file

#!/bin/sh
cp -a /home/installs/mirrors/slackware64-current/extra/flashplayer-plugin/ /tmp/
( cd /tmp/flashplayer-plugin
./flashplayer-plugin.SlackBuild
)
rm -r /tmp/flashplayer-plugin
upgradepkg --install-new --reinstall /tmp/flashplayer-plugin-*.txz
/root/clean-tmp.sh