summaryrefslogtreecommitdiff
path: root/pcr/mkinitcpio-paralogo/install/paralogo~works
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/mkinitcpio-paralogo/install/paralogo~works')
-rw-r--r--pcr/mkinitcpio-paralogo/install/paralogo~works17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/mkinitcpio-paralogo/install/paralogo~works b/pcr/mkinitcpio-paralogo/install/paralogo~works
deleted file mode 100644
index e927966aa..000000000
--- a/pcr/mkinitcpio-paralogo/install/paralogo~works
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-build() {
- source /etc/paralogo.conf
- add_file /etc/paralogo.conf
- add_file "/usr/share/paralogo/${PARALOGO}"
- if add_systemd_unit paralogo.service 2>/dev/null; then
- add_symlink "/usr/lib/systemd/system/sysinit.target.wants/paralogo.service" "../paralogo.service"
- else
- add_runscript
- systemctl enable paralogo.service
- fi
-}
-
-help() {
- echo "This hook adds an Parabola Linux logo to the boot process."
-}