mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
install: handle the mpv flatpak as well
This commit is contained in:
parent
aaae799aa6
commit
9c705653ff
2
install
2
install
@ -53,6 +53,8 @@ cp -v conf/makepkg.conf $HOME/.makepkg.conf
|
||||
# the media player
|
||||
mkdir -vp $HOME/.config/mpv/
|
||||
cp -v conf/mpv.conf $HOME/.config/mpv/mpv.conf
|
||||
mkdir -vp $HOME/.var/app/io.mpv.Mpv/config/mpv
|
||||
cp -v conf/mpv.conf $HOME/.var/app/io.mpv.Mpv/config/mpv/mpv.conf
|
||||
|
||||
# if I am performing ident spoofing already, I don't want to touch it
|
||||
if [ ! -f $HOME/.oidentd.conf ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user