summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_install.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-08-04 17:35:38 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-08-04 17:35:38 (GMT)
commit24dae363a3bc25af8d072b2215eecb11777da049 (patch)
tree2e602685381e0e272a1d91ce467a452eeed09617 /abs/core/LinHES-config/mv_install.py
parent8485eec6bfa435f6bfc84f8fce88586795742467 (diff)
downloadlinhes_pkgbuild-24dae363a3bc25af8d072b2215eecb11777da049.zip
linhes_pkgbuild-24dae363a3bc25af8d072b2215eecb11777da049.tar.gz
linhes_pkgbuild-24dae363a3bc25af8d072b2215eecb11777da049.tar.bz2
linhes-config: remove larch packages after system install & remove larch from pacman.conf
mv_install.py: exit if parted is not found
Diffstat (limited to 'abs/core/LinHES-config/mv_install.py')
-rwxr-xr-xabs/core/LinHES-config/mv_install.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/mv_install.py b/abs/core/LinHES-config/mv_install.py
index 9dcc7b7..694a0b8 100755
--- a/abs/core/LinHES-config/mv_install.py
+++ b/abs/core/LinHES-config/mv_install.py
@@ -7,6 +7,7 @@ try:
import parted
except:
print "module parted not found"
+ sys.exit(1)
def usage():
print "help text:"