Removing all old ffmpeg locations
This commit is contained in:
parent
50d67127b5
commit
264087a248
|
@ -1,6 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# removing old ffmpeg
|
||||||
|
sudo rm -rf /usr/bin/ffmpeg
|
||||||
|
sudo rm -rf /usr/bin/X11/ffmpeg
|
||||||
|
sudo rm -rf /usr/share/man/man1/ffmpeg.1.gz
|
||||||
|
|
||||||
# check to see if ffmpeg is installed
|
# check to see if ffmpeg is installed
|
||||||
if [ ! -f "$HOME/bin/ffmpeg" ]; then
|
if [ ! -f "$HOME/bin/ffmpeg" ]; then
|
||||||
echo 'Installing ffmpeg'
|
echo 'Installing ffmpeg'
|
||||||
|
|
Reference in a new issue