]> git.phdru.name Git - IM.git/commitdiff
Feat: Remove N900-related code
authorOleg Broytman <phd@phdru.name>
Mon, 23 Mar 2020 06:04:35 +0000 (09:04 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 23 Mar 2020 06:04:35 +0000 (09:04 +0300)
im-status.sh
n900 [deleted file]
n900-status-wifi [deleted file]

index 732cf975b91bbb298c692968d59ae26c033059d1..f2febc36854c4e778a92b2006cbe8a687a1cf8d5 100755 (executable)
@@ -33,7 +33,6 @@ case "$LC_CTYPE" in
    ;;
 esac
 
-n900-status-wifi "$1" &&
 xtitle "$1" "$2" "$title" &&
 if [ "`gajim-remote check_gajim_running 2>/dev/null`" = True ]; then
    gajim-remote change_status "$2" "$title"
diff --git a/n900 b/n900
deleted file mode 100755 (executable)
index 25cd65d..0000000
--- a/n900
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-
-if [ -z "$1" ]; then
-   echo "Usage $0 [usb|wifi] [command]" 1>&2
-   exit 1
-fi
-
-transport="$1"
-shift
-
-exec s root@n900-"$transport" "$@"
diff --git a/n900-status-wifi b/n900-status-wifi
deleted file mode 100755 (executable)
index 07f39bf..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-[ -S "$HOME"/.ssh/controls/root@n900-wifi:22 ] &&
-   ssh -4 root@n900-wifi "exec run-standalone.sh exec /usr/local/bin/im-$1"
-exit 0