diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-06-08 14:01:06 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-06-08 14:01:06 -0400 |
| commit | 202790b03c1a7db659f234e97af30d8cd4a41e07 (patch) | |
| tree | 777484b58cac6952662aaa427dedc4f8378547d4 /scripts | |
| parent | f81c62197c11e53aa478c75ab97f8b90e9d008cc (diff) | |
| download | plymouth-202790b03c1a7db659f234e97af30d8cd4a41e07.tar.gz plymouth-202790b03c1a7db659f234e97af30d8cd4a41e07.tar.xz plymouth-202790b03c1a7db659f234e97af30d8cd4a41e07.zip | |
run initrd update script after install
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 82b00b4..234c3f8 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -5,4 +5,7 @@ noinst_SCRIPTS = new-object.sh scriptsdir = $(libexecdir)/plymouth scripts_SCRIPTS = plymouth-update-initrd.sh +install-exec-hook: + $(scriptsdir)/plymouth-update-initrd.sh + MAINTAINERCLEANFILES = Makefile.in |
