mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-14 22:18:10 +02:00
10 lines
255 B
Makefile
10 lines
255 B
Makefile
noinst_SCRIPTS = new-object.sh
|
|
|
|
initrdscriptdir = $(libexecdir)/plymouth
|
|
initrdscript_SCRIPTS = plymouth-update-initrd
|
|
|
|
install-data-hook:
|
|
$(initrdscriptdir)/plymouth-update-initrd
|
|
|
|
EXTRA_DIST=$(initrdscript_SCRIPTS)
|
|
MAINTAINERCLEANFILES = Makefile.in
|