edit pkgbuild
This commit is contained in:
parent
b3e94841e7
commit
21f13fc0a9
1 changed files with 4 additions and 0 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -18,9 +18,13 @@ package() {
|
|||
}
|
||||
|
||||
post_install(){
|
||||
cp /usr/share/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource.old
|
||||
mv /usr/share/gnome-shell/parch-gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource
|
||||
chmod 544 /usr/share/gnome-shell/gnome-shell-theme.gresource
|
||||
chmod 544 /etc/dconf/db/gdm.d/95-parch-gdm-config
|
||||
chmod 544 /etc/gdm/gdm-login-logo
|
||||
}
|
||||
|
||||
pre_remove(){
|
||||
mv /usr/share/gnome-shell/gnome-shell-theme.gresource.old /usr/share/gnome-shell/gnome-shell-theme.gresource
|
||||
}
|
Loading…
Add table
Reference in a new issue