summaryrefslogtreecommitdiffstats
path: root/acompiler/skype/pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'acompiler/skype/pre-install')
-rw-r--r--acompiler/skype/pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/acompiler/skype/pre-install b/acompiler/skype/pre-install
index c883e9713..d2a69c2ad 100644
--- a/acompiler/skype/pre-install
+++ b/acompiler/skype/pre-install
@@ -1,3 +1,3 @@
-if ( pkginfo -i | grep skype_static > /dev/null ) ; then
- pkgrm skype_static
+if ! ( pkginfo -i | grep ^"qt " > /dev/null ) ; then
+ pkg-get depinst qt
fi