mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ -x /usr/bin/update-menus ]; then update-menus ; fi
|