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

remove install

This commit is contained in:
jigsaw 2022-03-28 18:55:47 +08:00
parent b4adca94bb
commit 987d324a48
3 changed files with 2 additions and 11 deletions

View file

@ -1,9 +1,8 @@
pkgbase = plasma5-runners-vscode-git
pkgdesc = KRunner plugin for quickly opening recent VSCode workspaces
pkgver = r5.7c6bc0c
pkgrel = 2
pkgrel = 3
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=2
pkgrel=3
pkgdesc="KRunner plugin for quickly opening recent VSCode workspaces"
arch=('any')
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)"
)
}
install=krunner.install

View file

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