diff options
| author | Mattias Andrée <m@maandree.se> | 2025-03-15 08:21:21 +0100 | 
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-03-15 08:21:21 +0100 | 
| commit | 7ee679009c11ee6a75159a5eceb8074076aed013 (patch) | |
| tree | fc2208dcf1bd5c88f06796b2c1e1bf394aaf984c /ffmpeg/Makefile | |
| parent | prefix filenames for ffmpeg with "file:" (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'ffmpeg/Makefile')
| -rw-r--r-- | ffmpeg/Makefile | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/ffmpeg/Makefile b/ffmpeg/Makefile index 2c472b0..c9f54c0 100644 --- a/ffmpeg/Makefile +++ b/ffmpeg/Makefile @@ -8,13 +8,8 @@ install:  	mkdir -p -- ~/.local/bin  	ln -sf -- ~/.dotfiles/ffmpeg/resize-and-transcode ~/.local/bin/  	ln -sf -- ~/.dotfiles/ffmpeg/resize-and-transcode-recursively ~/.local/bin/ -	mkdir -p -- ~/.config/bash/aliases.d -	test ! -e ~/.config/bash/aliases.d/ffmpeg || test -L ~/.config/bash/aliases.d/ffmpeg -	ln -sf -- ~/.dotfiles/ffmpeg/bash-aliases ~/.config/bash/aliases.d/ffmpeg  uninstall:  	+! ../check-installed ffmpeg -	-unlink -- ~/.config/bash/aliases.d/ffmpeg -	-rmdir -- ~/.config/bash/aliases.d  	-unlink -- ~/.local/bin/resize-and-transcode  	-unlink -- ~/.local/bin/resize-and-transcode-recursively | 
