remove toto
This commit is contained in:
parent
c87c8f46b5
commit
b6e9a80709
6
.SRCINFO
6
.SRCINFO
@ -1,11 +1,13 @@
|
||||
pkgbase = gnome-shell-extension-pop-shell-git
|
||||
pkgdesc = Pop Shell - Tiling window management in Gnome (WIP)
|
||||
pkgver = r540.9286532
|
||||
pkgrel = 2
|
||||
pkgver = r552.0fce7eb
|
||||
pkgrel = 3
|
||||
url = https://github.com/pop-os/shell
|
||||
install = pop-shell.install
|
||||
arch = any
|
||||
license = GPLv3
|
||||
makedepends = typescript
|
||||
makedepends = git
|
||||
depends = gnome-shell
|
||||
depends = pop-shell-shortcuts-git
|
||||
conflicts = gnome-shell-extension-pop-shell
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
*.tar.gz
|
||||
*.pkg.tar.xz
|
||||
*.pkg.tar.zst
|
||||
pkg/
|
||||
src/
|
||||
shell/
|
||||
|
2
pop-shell.install
Normal file → Executable file
2
pop-shell.install
Normal file → Executable file
@ -1,9 +1,7 @@
|
||||
|
||||
post_install() {
|
||||
echo "POP-shell configuration"
|
||||
cd /usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts
|
||||
./configure.sh
|
||||
touch toto
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
Loading…
Reference in New Issue
Block a user