src.nth.io/

summaryrefslogtreecommitdiff
path: root/thirdparty/color-theme-solarized/makepkg.sh
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2013-06-24 21:39:26 -0500
committerLuke Hoersten <[email protected]>2013-06-24 21:39:26 -0500
commit634408264c7b3a5b10b20af5ea597068474d37eb (patch)
tree13eef5e3eb5e00f20f55467507f2f1a5c58512a7 /thirdparty/color-theme-solarized/makepkg.sh
parentabcf074e2faa45b0c697071fd76e807ddb91001a (diff)
Updated to emacs24 with package management and load-theme
Diffstat (limited to 'thirdparty/color-theme-solarized/makepkg.sh')
-rwxr-xr-xthirdparty/color-theme-solarized/makepkg.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/thirdparty/color-theme-solarized/makepkg.sh b/thirdparty/color-theme-solarized/makepkg.sh
deleted file mode 100755
index 7c13497..0000000
--- a/thirdparty/color-theme-solarized/makepkg.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/env bash
-
-version=$1
-
-if [ "$version" = "" ]; then
- version=$(date -u '+%Y%m%d')
-fi
-echo "version = $version"
-
-dir="color-theme-solarized-${version}"
-
-mkdir $dir
-
-cp *.el $dir
-sed -i "s/%%version%%/$version/" "$dir/color-theme-solarized-pkg.el"
-
-tar cf color-theme-solarized-${version}.tar $dir