pass .confirm_shortcut_change in post install
This commit is contained in:
parent
b6e9a80709
commit
a223b45c9c
1
PKGBUILD
1
PKGBUILD
@ -36,6 +36,5 @@ package() {
|
||||
cd "${srcdir}/${_dir}"
|
||||
make DESTDIR="${pkgdir}/" install
|
||||
install -Dm755 scripts/configure.sh "${pkgdir}/usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts/configure.sh"
|
||||
touch "${pkgdir}/usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts/.confirm_shortcut_change"
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
post_install() {
|
||||
echo "POP-shell configuration"
|
||||
cd /usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts
|
||||
./configure.sh
|
||||
cd $(mktemp -d)
|
||||
touch .confirm_shortcut_change
|
||||
/usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts/configure.sh
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
Loading…
Reference in New Issue
Block a user