aboutsummaryrefslogtreecommitdiff
blob: 0315b49f5d88ad286ff2925c8f980f2c56d84a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/python
# -*- coding: utf-8 -*-
# R overlay -- main script
# Copyright (C) 2013 André Erdmann <dywi@mailerd.de>
# Distributed under the terms of the GNU General Public License;
# either version 2 of the License, or (at your option) any later version.

import roverlay.setupscript.runtime

if __name__ == '__main__':
	roverlay.setupscript.runtime.setup_main ( installed=None )