From 634408264c7b3a5b10b20af5ea597068474d37eb Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 24 Jun 2013 21:39:26 -0500 Subject: Updated to emacs24 with package management and load-theme --- thirdparty/color-theme-solarized/makepkg.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 thirdparty/color-theme-solarized/makepkg.sh (limited to 'thirdparty/color-theme-solarized/makepkg.sh') 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 -- cgit v1.2.3