1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #271 from dubslow/master

minutiae
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-09-10 16:18:34 +02:00
commit 5773996e15
2 changed files with 10 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,2 +1,8 @@
*.pro.user*
libs
*.o
moc_*
ui_*
qrc_*
Makefile
qtox

View File

@ -147,6 +147,10 @@ fi
popd
if [[ $GLOBAL = "true" ]]; then
sudo ldconfig
fi
############### cleanup step ###############
# remove cloned repositories
if [[ $KEEP = "false" ]]; then