aboutsummaryrefslogtreecommitdiff
path: root/tags/0.5/install/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tags/0.5/install/doinst.sh')
-rw-r--r--tags/0.5/install/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tags/0.5/install/doinst.sh b/tags/0.5/install/doinst.sh
new file mode 100644
index 0000000..a61648e
--- /dev/null
+++ b/tags/0.5/install/doinst.sh
@@ -0,0 +1,3 @@
+( if [ ! -f "etc/simplepkg/simplepkg.conf" ]; then mv etc/simplepkg/simplepkg.conf.new etc/simplepkg/simplepkg.conf; fi )
+( if [ ! -f "etc/simplepkg/repos.conf" ]; then mv etc/simplepkg/repos.conf.new etc/simplepkg/repos.conf; fi )
+( if [ ! -f "etc/simplepkg/generic.mkslackbuild" ]; then mv etc/simplepkg/generic.mkSlackBuild.new etc/simplepkg/generic.mkSlackBuild; fi )