summaryrefslogtreecommitdiff
path: root/libretools.install
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-09 13:06:44 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-09 13:06:44 -0600
commit12ba3b273db883ce153e3c591b572605faadf20d (patch)
tree613eb8d893061502c69582570061014a3d2500db /libretools.install
parent52adb1bbd654504bd00ef6ec25fc85e8f51c130a (diff)
libretools.install and PKGBUILD belong to abslibre and not herev20110210v20110209
Diffstat (limited to 'libretools.install')
-rw-r--r--libretools.install33
1 files changed, 0 insertions, 33 deletions
diff --git a/libretools.install b/libretools.install
deleted file mode 100644
index d2876ff..0000000
--- a/libretools.install
+++ /dev/null
@@ -1,33 +0,0 @@
-
-# arg 1: the new package version
-post_install() {
- cat <<EOF
-
-For using libremakepkg /etc/libretools.conf to fit your needs.
-
-For the scripts that can be run as normal user you can make
-custom configuration by copying /etc/libretools.conf to
-\$XDG_CONFIG_HOME/libretools/libretools.conf
-
-You should add this to your ~/.ssh/config file:
-
-# Parabola Host
-Host parabola
- Port 22
- HostName repo.parabolagnulinux.org
- User parabolavnx
- IdentityFile ~/.ssh/id_rsa
-# End Parabola Host
-
-Edit IdentityFile as needed.
-
-EOF
-}
-
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: