remove ia64 keywords
[gentoo-zh.git] / net-im / tencent-qq / files / qq.sh
blobc4ed150801fb5fefda9dd3ff7f580710b049a8a2
1 #!/bin/bash
3 if [ -d ~/.config/QQ/versions ]; then
4 find ~/.config/QQ/versions -name sharp-lib -type d -exec rm -r {} \; 2>/dev/null
5 fi
7 # Allow users to override command-line options
8 if [[ -f $XDG_CONFIG_HOME/qq-flags.conf ]]; then
9 QQ_USER_FLAGS="$(grep -v '^#' $XDG_CONFIG_HOME/qq-flags.conf)"
12 exec /opt/QQ/qq $QQ_USER_FLAGS "$@"