diff options
author | Christian Hesse <mail@eworm.de> | 2017-04-29 00:30:38 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-04-29 00:34:01 +0200 |
commit | 984f4ad69f9b7bad5dc54472dd374fd7edc5a5a9 (patch) | |
tree | ae652fc00e7217c7b77beb722893c4ad60f7e747 /initcpio/install | |
parent | 24ab5936629e735ff551f060a894fd93ad91470e (diff) | |
download | paccache-master.tar.gz paccache-master.tar.zst |
... get it from
https://github.com/eworm-de/pacredir#pacredir or
https://git.eworm.de/cgit.cgi/pacredir/about/
Diffstat (limited to 'initcpio/install')
-rw-r--r-- | initcpio/install/paccache | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/initcpio/install/paccache b/initcpio/install/paccache deleted file mode 100644 index 1cb06a4..0000000 --- a/initcpio/install/paccache +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -build() { - add_runscript -} - -help() { - echo "This hook adds Server to pacredir.conf from inside initramfs." -} |