summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2016-09-17 10:24:42 +0200
committerSebastian Lau2016-09-17 10:24:42 +0200
commit0b9242502bf30c2daa9408dde526a1fd02b88be3 (patch)
treec4665e458d5456a927a2670125beb4fe3afd57b5
parentf3c55f901d8a07a7af2a94364c32c4150eb78e05 (diff)
downloadaur-0b9242502bf30c2daa9408dde526a1fd02b88be3.tar.gz
ADD missing files
-rw-r--r--.SRCINFO14
-rw-r--r--plymouth-deactivate.service9
2 files changed, 17 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968b9893d879..59eddf321642 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 7 15:03:10 UTC 2016
+# Sat Sep 17 08:24:25 UTC 2016
pkgbase = plymouth
pkgdesc = A graphical boot splash screen with kernel mode-setting support
pkgver = 0.9.2
- pkgrel = 9
+ pkgrel = 10
url = http://www.freedesktop.org/wiki/Software/Plymouth/
arch = i686
arch = x86_64
@@ -27,6 +27,7 @@ pkgbase = plymouth
source = lxdm-plymouth.service
source = lightdm-plymouth.service
source = slim-plymouth.service
+ source = plymouth-deactivate.service
source = plymouth-start.service
source = plymouth-start.path
source = plymouth.initcpio_hook
@@ -38,11 +39,12 @@ pkgbase = plymouth
md5sums = 65fa2763d5c9bb9f80973ea5e6e3db3e
md5sums = fbdd5d04e3089a214b9056357434df86
md5sums = 65eb269910f1b81e3f0970af456394ca
- md5sums = c36da17cb580ff901960e73d56a7d88c
- md5sums = dcacff05835053242f52b9e375248ec3
- md5sums = 22130f7e6b20d2a43dbed924de75180b
+ md5sums = ae6e97bb1104bb12cbca6738e3fb872d
+ md5sums = 8fd8e900b8d1b15b7425bed97de55b62
+ md5sums = 1430ae2ec501d600f8f6771454dc9bbe
md5sums = 870ea3e63c6989e2badf79d1fbafa914
- md5sums = 178129ba2d662ce089f9cdfbec7816da
+ md5sums = a3cfc30df846b2d7057a29e7fbe8733a
+ md5sums = 006847d16b852c7a50ee2f241fd9647e
md5sums = 78340207f7391c682601b1b36baed14d
md5sums = 672ad913e2383483bcb4599a0a6bee48
md5sums = 32f04fdbd1eb94ade30d1e63fdcdd9b5
diff --git a/plymouth-deactivate.service b/plymouth-deactivate.service
new file mode 100644
index 000000000000..2c6f34954093
--- /dev/null
+++ b/plymouth-deactivate.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Deactivate Plymouth Boot Screen
+After=rc-local.service plymouth-start.service systemd-user-sessions.service
+Before=getty@tty1.service
+
+[Service]
+ExecStart=/usr/bin/plymouth deactivate
+Type=oneshot
+TimeoutSec=20