blob: 529f5fb8ca9175b930bae633ccb345bd2477a4d2 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo -e "\033[0;0m Edit your config in ~/.config/UMS/UMS.conf"
echo -e "\033[0;0m Enable on startup by executing 'systemctl enable ums@YOUR-USER'"
}
post_upgrade() {
post_install
}
|