summaryrefslogtreecommitdiffstats
path: root/recipes/product-name.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/product-name.sh')
-rwxr-xr-xrecipes/product-name.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/product-name.sh b/recipes/product-name.sh
deleted file mode 100755
index 7dcc7da1..00000000
--- a/recipes/product-name.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -
-
-eval "$(guestfish --ro -a "$1" --i --listen)"
-root="$(guestfish --remote inspect-get-roots)"
-guestfish --remote inspect-get-product-name "$root"
-guestfish --remote exit