mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
8cb18e4be3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
18 lines
932 B
Bash
18 lines
932 B
Bash
if [ ! -d /usr/bin/Resources ]; then
|
|
mkdir -p /usr/bin/Resources
|
|
ln -sf /usr/share/antscope2/QtLanguage.qm /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/QtLanguage.ts /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/QtLanguage_ja.qm /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/QtLanguage_ja.ts /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/QtLanguage_ru.qm /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/QtLanguage_ru.ts /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/QtLanguage_uk.qm /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/QtLanguage_uk.ts /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/cables.txt /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/itu-regions-defaults.txt /usr/bin/Resources/
|
|
ln -sf /usr/share/antscope2/itu-regions.txt /usr/bin/Resources/
|
|
fi
|
|
|
|
if [ -x /usr/bin/update-desktop-database ]; then
|
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
|
fi
|