Merge pull request #1790 from yeus/master

dependency helper scripted adapted for KDE Neon distribution
This commit is contained in:
don bright 2016-09-14 22:26:30 -05:00 committed by GitHub
commit b2b3f8ef29

View file

@ -171,6 +171,8 @@ if [ -e /etc/issue ]; then
get_ubuntu_14_deps
elif [ "`grep -i ubuntu.1[6-9] /etc/issue`" ]; then
get_ubuntu_16_deps
elif [ "`grep -i "KDE neon 5.7" /etc/issue`" ]; then
get_ubuntu_16_deps
elif [ "`grep -i ubuntu /etc/issue`" ]; then
get_debian_deps
elif [ "`grep -i elementary.*freya /etc/issue`" ]; then