ls++-git: move config file to /etc

This commit is contained in:
Ypnose 2013-08-29 14:44:16 +02:00
parent 87a7cc37bf
commit 1f523729e4

View file

@ -20,6 +20,6 @@ ls++-git_package() {
conf_files="/etc/ls++.conf" conf_files="/etc/ls++.conf"
noarch="yes" noarch="yes"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }