diff options
Diffstat (limited to 'config-mgmt-pacman.PKGBUILD')
-rw-r--r-- | config-mgmt-pacman.PKGBUILD | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/config-mgmt-pacman.PKGBUILD b/config-mgmt-pacman.PKGBUILD index a815d45..7fa5d31 100644 --- a/config-mgmt-pacman.PKGBUILD +++ b/config-mgmt-pacman.PKGBUILD @@ -1,22 +1,17 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20170131 - -depends=(pacman) +pkgver=20170131.1 package() { preamble # #### pacman -# In order for configuration sets to modularly adjust the pacman -# configuration, we patch `/etc/pacman.conf` to include -# `/etc/pacman.d/*.conf`. -add-file -m755 usr/share/holo/files/10-"$pkgname"/etc/pacman.conf.holoscript <<EOF -#!/bin/sh -{ - grep -vxF 'Include = /etc/pacman.d/*.conf' - echo - echo 'Include = /etc/pacman.d/*.conf' -} | cat -s +depends+=(config-base-pacman) + +add-file etc/pacman.d/options.conf <<EOF +[options] +Color +TotalDownload +VerbosePkgLists EOF postamble |