mirror of
https://github.com/j1g5awi/krunner-vscode.git
synced 2024-11-22 08:59:31 +00:00
remove install
This commit is contained in:
parent
b4adca94bb
commit
987d324a48
3 changed files with 2 additions and 11 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,9 +1,8 @@
|
||||||
pkgbase = plasma5-runners-vscode-git
|
pkgbase = plasma5-runners-vscode-git
|
||||||
pkgdesc = KRunner plugin for quickly opening recent VSCode workspaces
|
pkgdesc = KRunner plugin for quickly opening recent VSCode workspaces
|
||||||
pkgver = r5.7c6bc0c
|
pkgver = r5.7c6bc0c
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/j1g5awi/krunner-vscode
|
url = https://github.com/j1g5awi/krunner-vscode
|
||||||
install = krunner.install
|
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL3
|
license = GPL3
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=plasma5-runners-vscode-git
|
pkgname=plasma5-runners-vscode-git
|
||||||
pkgver=r5.7c6bc0c
|
pkgver=r5.7c6bc0c
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="KRunner plugin for quickly opening recent VSCode workspaces"
|
pkgdesc="KRunner plugin for quickly opening recent VSCode workspaces"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/j1g5awi/krunner-vscode"
|
url="https://github.com/j1g5awi/krunner-vscode"
|
||||||
|
@ -29,4 +29,3 @@ pkgver() {
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
install=krunner.install
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
post_install() {
|
|
||||||
kquitapp5 krunner
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
kquitapp5 krunner
|
|
||||||
}
|
|
Loading…
Reference in a new issue