vial postinstall

This commit is contained in:
Евгений Храмов 2024-11-11 16:08:56 +03:00
parent e9b897baae
commit c3e0c1e976
2 changed files with 7 additions and 1 deletions

@ -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

@ -0,0 +1,2 @@
#!/bin/env bash
udevadm control --reload-rules