summaryrefslogtreecommitdiff
path: root/config-winston-bootloader.PKGBUILD.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config-winston-bootloader.PKGBUILD.sh')
-rw-r--r--config-winston-bootloader.PKGBUILD.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/config-winston-bootloader.PKGBUILD.sh b/config-winston-bootloader.PKGBUILD.sh
deleted file mode 100644
index 166545f..0000000
--- a/config-winston-bootloader.PKGBUILD.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-pkgver=1
-pkgrel=1
-arch=(any)
-install=${BUILDFILE#${PWD}/}
-
-pkgname=config-winston-bootloader
-depends=(grub linux-libre-lts)
-
-post_install() {
- printf '%s\n' >> etc/default/grub \
- 'GRUB_CMDLINE_LINUX_DEFAULT=""' \
- 'GRUB_TERMINAL_OUTPUT=console'
-}
-
-pre_remove() {
- sed -i \
- -e '/^GRUB_CMDLINE_LINUX_DEFAULT=""$/d' \
- -e '/^GRUB_TERMINAL_OUTPUT=console$/d' \
- etc/default/grub
-}