diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-01 08:25:11 +0000 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-01 08:25:11 +0000 |
commit | 6d488c1513675c5fc009986cba1336c42b4f58bf (patch) | |
tree | 88ceae93833d78daab7f14225e25d2f39f1c56ba /config-mgmt-pacman.PKGBUILD | |
parent | a0782f73c62f216992de2d60620711dded9046cb (diff) |
update things
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 |