mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Fixing some things
This commit is contained in:
parent
1e38d4a1ed
commit
6734cc0439
@ -1,4 +1,4 @@
|
|||||||
#/!bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Script to upgrade/install the arc-theme
|
# Script to upgrade/install the arc-theme
|
||||||
|
|
||||||
@ -12,8 +12,8 @@ sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark}
|
|||||||
rm -rf ~/.local/share/themes/{Arc,Arc-Darker,Arc-Dark}
|
rm -rf ~/.local/share/themes/{Arc,Arc-Darker,Arc-Dark}
|
||||||
rm -rf ~/.themes/{Arc,Arc-Darker,Arc-Dark}
|
rm -rf ~/.themes/{Arc,Arc-Darker,Arc-Dark}
|
||||||
|
|
||||||
#./autogen.sh --prefix=/usr
|
GNOME_VERSION=$(apt-cache show gnome-shell | grep Version | cut -d ' ' -f2 | cut -c1-4)
|
||||||
./autogen.sh --prefix=/usr --with-gnome=3.16
|
./autogen.sh --prefix=/usr --with-gnome=${GNOME_VERSION}
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
# Remove the sources
|
# Remove the sources
|
||||||
|
@ -8,7 +8,7 @@ ithemedarkdir = $(DESTDIR)$(themedarkdir)
|
|||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
@ echo "Coping/upgrading arc-theme-upgrade script to /usr/bin/"
|
@ echo "Coping/upgrading arc-theme-upgrade script to /usr/bin/"
|
||||||
@ cp -f ../arc-theme-upgrade /usr/bin/
|
@ cp -f $(srcdir)/arc-theme-upgrade /usr/bin/
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user