vial postinstall
This commit is contained in:
parent
e9b897baae
commit
c3e0c1e976
@ -1,6 +1,6 @@
|
||||
name='vial'
|
||||
version='0.7.1'
|
||||
release='4'
|
||||
release='5'
|
||||
desc='Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time, similar to VIA.'
|
||||
homepage='https://get.vial.today/'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
@ -14,6 +14,10 @@ deps=('fuse')
|
||||
sources=("https://github.com/vial-kb/vial-gui/releases/download/v${version}/Vial-v${version}-x86_64.AppImage?~archive=false")
|
||||
checksums=('SKIP')
|
||||
|
||||
scripts=(
|
||||
['postinstall']='postinstall.sh'
|
||||
)
|
||||
|
||||
prepare() {
|
||||
chmod +x Vial-v${version}-x86_64.AppImage
|
||||
./Vial-v${version}-x86_64.AppImage --appimage-extract
|
||||
|
2
vial/postinstall.sh
Normal file
2
vial/postinstall.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/env bash
|
||||
udevadm control --reload-rules
|
Loading…
Reference in New Issue
Block a user