repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
jffmpeg
/
jffmpeg.install
blob
f4e360fc031033a0eb7190871691f265a4bd74ae
1
post_upgrade() {
2
pre_remove $1
3
post_install $1
4
}
5
6
post_install() {
7
echo ">> Registering JffMpeg JMF plugin"
8
jmfRegisterJffmpegPlugin
9
echo ">> If you re-install JMF you'll have to run as root: jmfRegisterJffmpegPlugin"
10
}
11
12
pre_remove(){
13
echo ">> Unregistering JffMpeg JMF plugin"
14
jmfUnregisterJffmpegPlugin
15
}
16
17
op=$1
18
shift
19
$op $*