mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
291 B
Text
11 lines
291 B
Text
post_upgrade() {
|
|
# make firefox reinit its plugin registry
|
|
touch /usr/lib/mozilla/plugins/mplayerplug-in.so
|
|
echo ">>> If you have a running application that uses mplayer-plugin, please"
|
|
echo ">>> restart it to ensure mplayer-plugin is reinitialized properly."
|
|
}
|
|
|
|
|
|
op=$1
|
|
shift
|
|
$op $*
|