Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Update location of flash plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Nov 18, 2013
1 parent 42ea5b0 commit 5ea4441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-qt4/xtrafiles/local/bin/flashpluginctl
Expand Up @@ -16,7 +16,7 @@ usage_func() {
exit
}

check_file "/usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so" "www/linux-f10-flashplugin10"
check_file "/usr/local/lib/browser_plugins/libflashplayer.so" "www/linux-f10-flashplugin10"
check_file "/usr/local/bin/nspluginwrapper" "www/nspluginwrapper"

if [ $# -ne 1 ]; then
Expand All @@ -38,7 +38,7 @@ case $1 in
fi
kldload linux
fi
nspluginwrapper -i /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
nspluginwrapper -i /usr/local/lib/browser_plugins/libflashplayer.so
printf "\nFlash Plugin for user '`whoami`' enabled\n\n"
;;

Expand Down

0 comments on commit 5ea4441

Please sign in to comment.