From 1bf1efb11e85e76b04efad30539e63da39bf5180 Mon Sep 17 00:00:00 2001 From: excalibur1234 Date: Sat, 14 Jan 2017 17:50:42 +0100 Subject: [PATCH] added /etc/profile.d/freetype2.sh to conf option --- pacli | 1 + 1 file changed, 1 insertion(+) diff --git a/pacli b/pacli index dc8bfae..5f0e972 100755 --- a/pacli +++ b/pacli @@ -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