diff options
Diffstat (limited to 'testing/source/vtown/kde/post-install/elisa.post-install')
-rw-r--r-- | testing/source/vtown/kde/post-install/elisa.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/post-install/elisa.post-install b/testing/source/vtown/kde/post-install/elisa.post-install new file mode 100644 index 00000000..93d9424f --- /dev/null +++ b/testing/source/vtown/kde/post-install/elisa.post-install @@ -0,0 +1,4 @@ +# Create a symlink in /usr/lib$LIBDIRSUFFIX to the elisa library: +mkdir -p $PKG/usr/lib${LIBDIRSUFFIX} +( cd $PKG/usr/lib${LIBDIRSUFFIX} ; ln -s elisa/libelisaLib.so.0 ) + |