aboutsummaryrefslogtreecommitdiff
path: root/pack
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2015-12-03 20:07:03 +0100
committertg(x) <*@tg-x.net>2015-12-03 20:07:03 +0100
commit5243a707260af9de820ad02b1972d3280164cf19 (patch)
tree46e6918fca8edfeddb919b7a89307328390a0ec1 /pack
parent7b6706bee3cbecc84b330672ecdb5764d7d68756 (diff)
downloadwallet-core-5243a707260af9de820ad02b1972d3280164cf19.tar.xz
webext popup
Diffstat (limited to 'pack')
-rwxr-xr-xpack12
1 files changed, 0 insertions, 12 deletions
diff --git a/pack b/pack
deleted file mode 100755
index a8779b37c..000000000
--- a/pack
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Pack up the extension as an xpi file.
-
-set +x
-
-# directory where our script resides
-mydir="$(dirname "$(readlink -f "$0")")"
-
-cd "$mydir/extension"
-
-exec zip -r ../taler-wallet.xpi *