Commit 750c105a authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play rustdesk: fix install (eterbug #17865)

parent a29c768f
......@@ -35,8 +35,11 @@ exit
fi
#### 1.2.3 and above
move_to_opt /usr/lib/rustdesk
if [ -d "usr/lib/rustdesk" ]; then
move_to_opt /usr/lib/rustdesk
else
move_to_opt /usr/share/rustdesk
fi
subst "s|^Categories.*|Categories=GNOME;GTK;Network;RemoteAccess;|" usr/share/applications/$PRODUCT.desktop
......
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