summaryrefslogtreecommitdiff
path: root/pkg/linux/bitmask-launcher
blob: 550dd1347ee52475707cfee8812fd994390029c7 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# The Bitmask Launcher
# (c) 2015 - The LEAP Encryption Access Project

[ -f libQtCore.so.4 ] || ln -s libQtCore.so.4.orig libQtCore.so.4
[ -f libQtGui.so.4 ] || ln -s libQtGui.so.4.orig libQtGui.so.4
cat /etc/os-release | grep ID | grep -i ubuntu && unlink libQtCore.so.4 && unlink libQtGui.so.4

./bitmask-app "$@"