From e943f3a8c967d95cb9d57367a57db78e79972d74 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 25 Nov 2021 20:38:04 +0100 Subject: move archlinux stuff to subdir --- misc/etc/initcpio/hooks/vtcol | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 misc/etc/initcpio/hooks/vtcol (limited to 'misc/etc/initcpio/hooks/vtcol') diff --git a/misc/etc/initcpio/hooks/vtcol b/misc/etc/initcpio/hooks/vtcol deleted file mode 100644 index 42170b4..0000000 --- a/misc/etc/initcpio/hooks/vtcol +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/ash -############################################################################### -# Copyright 2015--2017 Philipp Gesang -# Example mkinitcpio hook invoking vtcol in the initramfs environment -############################################################################### -# -# See mkinitcpio(8) for details. -# - -run_hook () -{ - binary=/usr/bin/vtcol - scheme=solarized - schemedir=/usr/share/vtcol/schemes - - if [ -f "${schemedir}/${scheme}" ] && [ -x "${binary}" ]; then - "${binary}" --scheme "${schemedir}/${scheme}" - fi -} - -# vim:ft=sh:sw=4:et -- cgit v1.2.3