mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-03-13 12:50:33 +01:00
Remove new-object.sh. As discussed in: https://gitlab.freedesktop.org/plymouth/plymouth/-/merge_requests/113 It is not used (and may very well have never been used?). Signed-off-by: Hans de Goede <hdegoede@redhat.com>
15 lines
673 B
Makefile
15 lines
673 B
Makefile
initrdscriptdir = $(libexecdir)/plymouth
|
|
initrdscript_SCRIPTS = plymouth-update-initrd plymouth-generate-initrd plymouth-populate-initrd
|
|
|
|
sbinscriptsdir = $(sbindir)
|
|
sbinscripts_SCRIPTS = plymouth-set-default-theme
|
|
|
|
bootlogdir = $(sysconfdir)/logrotate.d
|
|
bootlog_DATA = bootlog
|
|
|
|
EXTRA_DIST= plymouth-update-initrd \
|
|
plymouth-generate-initrd.in \
|
|
plymouth-populate-initrd.in \
|
|
plymouth-set-default-theme.in \
|
|
bootlog \
|
|
default.cfg
|