summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/Makefile.am
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-11 10:02:54 -0400
committerRay Strode <rstrode@redhat.com>2008-06-11 10:02:54 -0400
commitec3d0a0e5c816911a9633a9330a2f8e50cebed6c (patch)
tree8c89db9df9fe21aa6f8afa1add2b9f278ee2fe69 /src/splash-plugins/Makefile.am
parent71c5d948b5c588447766320a3248fa65456f92d7 (diff)
downloadplymouth-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.am5
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