mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-19 17:48:14 +02:00
12 lines
308 B
Makefile
12 lines
308 B
Makefile
noinst_SCRIPTS = new-object.sh
|
|
|
|
initrdscriptdir = $(libexecdir)/plymouth
|
|
initrdscript_SCRIPTS = plymouth-update-initrd
|
|
|
|
if ADD_BOOT_ENTRY
|
|
install-data-hook:
|
|
$(initrdscriptdir)/plymouth-update-initrd
|
|
endif
|
|
|
|
EXTRA_DIST=$(initrdscript_SCRIPTS) $(noinst_SCRIPTS) default.cfg
|
|
MAINTAINERCLEANFILES = Makefile.in
|