#!/bin/sh
yaf-splash -bg lightgreen -fg black -placement top -timeout 8 -text "installing mixxx" &
urxvt -e pkg repo bionic-universe get mixxx
update-icon-caches /usr/share/icons/*
sed -i 's/Categories=Qt;AudioVideo;Audio;Midi;Mixer;Player;Recorder;Sequencer;/Categories=AudioVideo;/g' /usr/share/applications/mixxx.desktop
fixmenus
jwm -reload
yaf-splash -bg lightgreen -fg black -placement top -timeout 4 -text "mixxx installed"