summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-04-21 21:15:35 +1200
committerLars Wirzenius <liw@liw.fi>2010-04-21 21:15:35 +1200
commit69debc6e7eea3060a1f46195274f4c14fa550364 (patch)
treeef2c162874555e7c7df0a8e6e349404cc087ef7e
parente6ae27ce6e7b756efc4409d760b959c4d8d4355a (diff)
downloadliw-automation-69debc6e7eea3060a1f46195274f4c14fa550364.tar.gz
Add g.
-rw-r--r--debian/changelog6
-rw-r--r--debian/liw-automation.install3
-rwxr-xr-xg3
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5b6e367..5dd13f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (2) squeeze; urgency=low
+
+ * Add g.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 21 Apr 2010 21:15:23 +1200
+
liw-automation (1) squeeze; urgency=low
* Initial packaging.
diff --git a/debian/liw-automation.install b/debian/liw-automation.install
index 246f3fe..6bfcf47 100644
--- a/debian/liw-automation.install
+++ b/debian/liw-automation.install
@@ -1 +1,2 @@
-sync-to-pieni usr/bin
+sync-to-pieni usr/bin
+g usr/bin
diff --git a/g b/g
new file mode 100755
index 0000000..73a5f63
--- /dev/null
+++ b/g
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+gedit --new-window "$@"