diff --git a/vial/alr.sh b/vial/alr.sh index 8e95640..21c6c46 100644 --- a/vial/alr.sh +++ b/vial/alr.sh @@ -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="Евгений Храмов " @@ -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 diff --git a/vial/postinstall.sh b/vial/postinstall.sh new file mode 100644 index 0000000..de717d2 --- /dev/null +++ b/vial/postinstall.sh @@ -0,0 +1,2 @@ +#!/bin/env bash +udevadm control --reload-rules \ No newline at end of file