aboutsummaryrefslogtreecommitdiff
path: root/pack
diff options
context:
space:
mode:
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 *