root/pbibuild/modules/minigolfmaniacs/overlay-dir/PBI.FirstRun.sh

Revision 1237, 144 bytes (checked in by gonzalo, 12 months ago)

MiniGolf? Maniacs added

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3if [ -e "/usr/local/bin/minigolfm" ]
4then
5        kdialog --msgbox "Please remove the previous version of MiniGolf Maniacs first"
6        exit 2
7fi
Note: See TracBrowser for help on using the browser.