summarylogtreecommitdiffstats
path: root/install-shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-shell.sh')
-rw-r--r--install-shell.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/install-shell.sh b/install-shell.sh
deleted file mode 100644
index c857bc216f1f..000000000000
--- a/install-shell.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-# -*- coding: UTF-8 -*-
-
-project_name="$1"
-destdir_prefix="${MESON_INSTALL_DESTDIR_PREFIX}/share"
-install_prefix="${MESON_INSTALL_PREFIX}/share"
-
-mkdir -p "${destdir_prefix}/gnome-shell/theme/"
-ln -sf "${install_prefix}/themes/${project_name}/gnome-shell" "${destdir_prefix}/gnome-shell/theme/${project_name}" \ No newline at end of file