aboutsummaryrefslogtreecommitdiff
path: root/install/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install/doinst.sh')
-rw-r--r--install/doinst.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/doinst.sh b/install/doinst.sh
new file mode 100644
index 0000000..f205158
--- /dev/null
+++ b/install/doinst.sh
@@ -0,0 +1,2 @@
+( if [ ! -f "/etc/simplepkg/simplepkg.conf" ]; then mv /etc/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 )