1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Dubslow 2014-09-10 09:12:15 -05:00
parent afa794d92a
commit 88eb571b92
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