You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
214 B
Python

#!/usr/bin/python
import sys
from sugar import setup
setup.setup_activity(sys.argv[1],
'@prefix@/share/sugar/activities',
'@prefix@/bin/sugar-activity-factory')
print '%s installed.' % sys.argv[1]