diff options
| author | Luke Hoersten <[email protected]> | 2013-06-24 21:39:26 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2013-06-24 21:39:26 -0500 |
| commit | 97c886210647515c893f92ee78fb63c3624c2a30 (patch) | |
| tree | 13eef5e3eb5e00f20f55467507f2f1a5c58512a7 /thirdparty/color-theme-solarized/makepkg.sh | |
| parent | 9ca38e4cf671d46460fb91861372e140974b7b6c (diff) | |
Updated to emacs24 with package management and load-theme
Diffstat (limited to 'thirdparty/color-theme-solarized/makepkg.sh')
| -rwxr-xr-x | thirdparty/color-theme-solarized/makepkg.sh | 17 |
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 |
