diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-06-11 10:02:54 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-06-11 10:02:54 -0400 |
| commit | ec3d0a0e5c816911a9633a9330a2f8e50cebed6c (patch) | |
| tree | 8c89db9df9fe21aa6f8afa1add2b9f278ee2fe69 /src/splash-plugins/Makefile.am | |
| parent | 71c5d948b5c588447766320a3248fa65456f92d7 (diff) | |
| download | plymouth-ec3d0a0e5c816911a9633a9330a2f8e50cebed6c.tar.gz plymouth-ec3d0a0e5c816911a9633a9330a2f8e50cebed6c.tar.xz plymouth-ec3d0a0e5c816911a9633a9330a2f8e50cebed6c.zip | |
Install symlink pointing graphical.so to the default plugin
Diffstat (limited to 'src/splash-plugins/Makefile.am')
| -rw-r--r-- | src/splash-plugins/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/splash-plugins/Makefile.am b/src/splash-plugins/Makefile.am index 32efd5a..39263d9 100644 --- a/src/splash-plugins/Makefile.am +++ b/src/splash-plugins/Makefile.am @@ -1,2 +1,7 @@ SUBDIRS = spinfinity fade-in text details MAINTAINERCLEANFILES = Makefile.in + +if ADD_DEFAULT_PLUGIN_LINK +install-data-hook: + (cd $(DESTDIR)$(libdir)/plymouth; ln -sf $(default_plugin_name).so graphical.so) +endif |
