summarylogtreecommitdiffstats
path: root/Install.patch
blob: 91560f93e6b1787d44ca0efd81d001e89405d5b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/Install b/Install
index 14e6207..aae92b4 100755
--- a/Install
+++ b/Install
@@ -2,14 +2,6 @@
   # Copying files
 
 ROOT_UID=0
-DEST_DIR=
-
-# Destination directory
-if [ "$UID" -eq "$ROOT_UID" ]; then
-  DEST_DIR="/usr/share/themes"
-else
-  DEST_DIR="$HOME/.themes"
-fi
 
 repodir=$(cd $(dirname $0) && pwd)
 srcdir=${repodir}/src