1
Fork 0
mirror of https://github.com/j1g5awi/krunner-vscode.git synced 2024-11-21 21:39:30 +00:00

fix post_install & post_remove

This commit is contained in:
jigsaw 2022-03-28 18:22:10 +08:00
parent 779e299f53
commit b4adca94bb
3 changed files with 11 additions and 10 deletions

View file

@ -1,8 +1,9 @@
pkgbase = plasma5-runners-vscode-git
pkgdesc = KRunner plugin for quickly opening recent VSCode workspaces
pkgver = r5.7c6bc0c
pkgrel = 1
pkgrel = 2
url = https://github.com/j1g5awi/krunner-vscode
install = krunner.install
arch = any
license = GPL3
makedepends = git

View file

@ -2,7 +2,7 @@
pkgname=plasma5-runners-vscode-git
pkgver=r5.7c6bc0c
pkgrel=1
pkgrel=2
pkgdesc="KRunner plugin for quickly opening recent VSCode workspaces"
arch=('any')
url="https://github.com/j1g5awi/krunner-vscode"
@ -29,11 +29,4 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
)
}
post_install() {
kquitapp5 krunner
}
post_remove() {
kquitapp5 krunner
}
install=krunner.install

7
krunner.install Normal file
View file

@ -0,0 +1,7 @@
post_install() {
kquitapp5 krunner
}
post_remove() {
kquitapp5 krunner
}