Skip to content

Commit

Permalink
added /etc/profile.d/freetype2.sh to conf option
Browse files Browse the repository at this point in the history
  • Loading branch information
excalibur1234 committed Jan 14, 2017
1 parent 8bc5b61 commit 1bf1efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pacli
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ function func_conf

# if file /etc/default/tlp exists, push string "/etc/default/tlp - Configure power management." into /tmp/pacli-conf file.
[[ -e /etc/default/tlp ]] && echo "/etc/default/tlp - Configure power management." >> /tmp/pacli-conf
[[ -e /etc/profile.d/freetype2.sh ]] && echo "/etc/profile.d/freetype2.sh - Configure TrueType interpreter, including Infinality mode." >> /tmp/pacli-conf
[[ -e /etc/pulse/daemon.conf ]] && echo "/etc/pulse/daemon.conf - Configure PulseAudio daemon." >> /tmp/pacli-conf
[[ -e /etc/pacman.conf ]] && echo "/etc/pacman.conf - Configure Pacman." >> /tmp/pacli-conf
[[ -e /etc/pacman-mirrors.conf ]] && echo "/etc/pacman-mirrors.conf - Configure Manjaro's pacman-mirrors." >> /tmp/pacli-conf
Expand Down

0 comments on commit 1bf1efb

Please sign in to comment.