Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2014-11-10 15:06:01 +0000
committerPascal Rapicault2014-11-10 15:06:01 +0000
commitdc3f09b132f6741e9393fa43b63304a70f22a477 (patch)
treed928a4c2bcc177617fce82522d2bff567bab07e3 /bundles/org.eclipse.equinox.p2.touchpoint.natives
parentc2d021e2600d22c480dddfd0c84dfbf0b0575afd (diff)
downloadrt.equinox.p2-dc3f09b132f6741e9393fa43b63304a70f22a477.tar.gz
rt.equinox.p2-dc3f09b132f6741e9393fa43b63304a70f22a477.tar.xz
rt.equinox.p2-dc3f09b132f6741e9393fa43b63304a70f22a477.zip
Remove undesirable backup file
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.natives')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.natives/nativePackageScripts/debian/isRunning.sh~8
1 files changed, 0 insertions, 8 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/nativePackageScripts/debian/isRunning.sh~ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/nativePackageScripts/debian/isRunning.sh~
deleted file mode 100644
index 7573a4b2b..000000000
--- a/bundles/org.eclipse.equinox.p2.touchpoint.natives/nativePackageScripts/debian/isRunning.sh~
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-ls /etc/debian_version
-if [ $? -eq 0 ]; then
- return 0;
-fi
-
-return 2;

Back to the top