flatpak and deps in main

This commit is contained in:
Ertuğrul Erata
2018-02-11 21:58:19 +03:00
parent d2b63f7c01
commit 69acd84823
17 changed files with 182195 additions and 154095 deletions
@@ -0,0 +1,7 @@
if [ -d "$HOME" ] && [ -d "$HOME/.local/share/flatpak/exports/bin" ]; then
PATH="$PATH:$HOME/.local/share/flatpak/exports/bin"
fi
if [ -d /var/lib/flatpak/exports/bin ]; then
PATH="$PATH:/var/lib/flatpak/exports/bin"
fi