From 1a68ee6974e72ee760eedc64254162f405d93048 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 1 Jun 2019 19:14:23 +0200 Subject: [PATCH] remove not needed pkg_dependencies --- scripts/_common.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8bb05b4..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -pkg_dependencies="deb1 deb2" - #================================================= # PERSONAL HELPERS #=================================================