summaryrefslogtreecommitdiff
path: root/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in')
-rw-r--r--recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in b/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in
deleted file mode 100644
index b3e0e8f..0000000
--- a/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in
+++ /dev/null
@@ -1,6 +0,0 @@
-RET=1
-while [ $RET -ne 0 ]; do
- cd @PATH@
- @APP@
- RET=$?
-done