rc: remove the ffmpeg lines

the deprecation was decided by only one person at debian and it's
already being regret apparently. I don't have link at hand now, but this
removes one entry from my todo
This commit is contained in:
Aminda Suomalainen 2015-06-22 16:02:27 +03:00
parent 60435533d5
commit 9647a6e370
2 changed files with 0 additions and 6 deletions

View File

@ -454,9 +454,6 @@ alias apty="apt -y"
alias apt-gety="apt-get -y "
alias aptitudey="aptitude -y "
# ffmpeg is depreceated
alias ffmpeg=avconv
# inxi https://code.google.com/p/inxi/
alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd"
alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi;./inxi -U;cd"

View File

@ -440,9 +440,6 @@ alias apt-gety="apt-get -y "
alias aptitudey="aptitude -y "
alias apty="apt -y"
# ffmpeg is depreceated
alias ffmpeg=avconv
# inxi https://code.google.com/p/inxi/
alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd"
alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi;./inxi -U;cd"