mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
minutiae
This commit is contained in:
parent
afa794d92a
commit
88eb571b92
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,2 +1,8 @@
|
|||
*.pro.user*
|
||||
libs
|
||||
*.o
|
||||
moc_*
|
||||
ui_*
|
||||
qrc_*
|
||||
Makefile
|
||||
qtox
|
||||
|
|
|
@ -147,6 +147,10 @@ fi
|
|||
|
||||
popd
|
||||
|
||||
if [[ $GLOBAL = "true" ]]; then
|
||||
sudo ldconfig
|
||||
fi
|
||||
|
||||
############### cleanup step ###############
|
||||
# remove cloned repositories
|
||||
if [[ $KEEP = "false" ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user