core/burg-emu/burg-emu.install
philm 60fa35ae28 * add burg
* fix bzr
* update udev to 165
* update gobject-introspection to 0.10.0
2011-01-03 18:35:27 +00:00

13 lines
286 B
Plaintext
Executable File

post_install() {
echo -e "\033[0;31m IMPORTANT"
echo -e "\033[0;0m Run \033[0;32m '/opt/burg-emu/bin/burg-emu' \033[0;0m as root to set burg look"
echo -e "\033[0;0m In burg-emu press \033[0;32m 'h' \033[0;0m for a list of shortcuts"
}
post_upgrade() {
post_install
}