Commit e1f40cce authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack ifcplugin: add Chromium native messaging host symlink

parent 4d9be92b
Pipeline #17493 passed with stage
in 17 seconds
......@@ -8,3 +8,9 @@ SPEC="$2"
# libcrypt32.so is a CryptoPro library shipped via ITCS (not in any repo),
# loaded together with CryptoPro by /usr/lib/mozilla/plugins/lib/libcapi_engine_linux.so
ignore_lib_requires libcrypt32.so
# Add Chromium native messaging host symlink (upstream package only ships it for /etc/opt/chrome/)
chromium_link="/etc/chromium/native-messaging-hosts/ru.rtlabs.ifcplugin.json"
mkdir -p "$BUILDROOT$(dirname "$chromium_link")"
ln -sf "/etc/opt/chrome/native-messaging-hosts/ru.rtlabs.ifcplugin.json" "$BUILDROOT$chromium_link"
pack_file "$chromium_link"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment