summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/plymouth.functions
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-01-16 21:03:49 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-01-16 21:03:49 (GMT)
commitbdd7476cc2c261eaa8f80b632f583b35b800a4b2 (patch)
tree4ff49c854828a983214683e802a08c7214630a91 /abs/core/plymouth/plymouth.functions
parentd715be12b1de1e310f1b53922090c64c534d0fdc (diff)
downloadlinhes_pkgbuild-bdd7476cc2c261eaa8f80b632f583b35b800a4b2.zip
linhes_pkgbuild-bdd7476cc2c261eaa8f80b632f583b35b800a4b2.tar.gz
linhes_pkgbuild-bdd7476cc2c261eaa8f80b632f583b35b800a4b2.tar.bz2
plymouth: run plymouth_config.py --mkinitcpio on install & upgrade
Diffstat (limited to 'abs/core/plymouth/plymouth.functions')
-rw-r--r--abs/core/plymouth/plymouth.functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/plymouth/plymouth.functions b/abs/core/plymouth/plymouth.functions
index b866643..7b30fe9 100644
--- a/abs/core/plymouth/plymouth.functions
+++ b/abs/core/plymouth/plymouth.functions
@@ -20,7 +20,7 @@ if [[ -x /usr/bin/plymouth && -x /usr/sbin/plymouthd ]]; then
}
stat_fail() {
- ply_client --quit
+ #ply_client --quit
std_stat_fail "$@"
}