diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-11 14:29:54 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-11 14:29:54 +0000 |
commit | f9a8dfcd51e481a49355d94a3e74f2762519378f (patch) | |
tree | 948f0382081bd2eb8b1b5458a9661b67a090e795 /install | |
parent | fef31cbc9988ead081aaec587222b44ed524b6fd (diff) | |
download | simplepkg-f9a8dfcd51e481a49355d94a3e74f2762519378f.tar.gz simplepkg-f9a8dfcd51e481a49355d94a3e74f2762519378f.tar.bz2 |
changed repository layout to trunk/, tags/ and branches/ scheme
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@181 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'install')
-rw-r--r-- | install/doinst.sh | 2 | ||||
-rw-r--r-- | install/slack-desc | 19 |
2 files changed, 0 insertions, 21 deletions
diff --git a/install/doinst.sh b/install/doinst.sh deleted file mode 100644 index f3af964..0000000 --- a/install/doinst.sh +++ /dev/null @@ -1,2 +0,0 @@ -( 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 ) diff --git a/install/slack-desc b/install/slack-desc deleted file mode 100644 index c0f52f4..0000000 --- a/install/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler-------------------------------------------------------| -simplepkg: simplepkg (pkgtool templating system) -simplepkg: -simplepkg: simplepkg is a very small set of scripts intended to install slackware -simplepkg: chroot jails using a simple template system. it also implements -simplepkg: the concept of a "meta package", a template file where you -simplepkg: put a list of packages that can be installed or removed with the -simplepkg: command "metapkg". -simplepkg: -simplepkg: -simplepkg: -simplepkg: |