Skip to content

Commit

Permalink
Add default ncmpcpp configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Jan 20, 2023
1 parent 2c5a670 commit c8b8d5a
Show file tree
Hide file tree
Showing 6 changed files with 1,303 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bin/mppinit
Original file line number Diff line number Diff line change
Expand Up @@ -2834,6 +2834,21 @@ else
fi
fi

[ "${quiet}" ] || {
printf "\n\tInstalling ncmpcpp configuration in ${NCMDIR} ..."
}
if [ -d ${NCMDIR} ]
then
if [ "${overwrite}" ]
then
cp -a ${MPPCDIR}/ncmpcpp ${USERCONF}
else
cp -an ${MPPCDIR}/ncmpcpp ${USERCONF}
fi
else
cp -a ${MPPCDIR}/ncmpcpp ${NCMDIR}
fi

[ "${quiet}" ] || {
printf "\n\tInstalling PipeWire configuration in ${PWCONFDIR} ..."
}
Expand Down
Loading

0 comments on commit c8b8d5a

Please sign in to comment.