diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2010-10-19 15:52:08 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2010-10-19 15:52:08 -0500 |
commit | 843b8ff272e60b7d8b091c88392c6ab29ad066cc (patch) | |
tree | 0b53d189a29b21889d51b18625c31f35f6cb171a /libretools.install | |
parent | f1370417f1ec81176aa5b4ca7188ad46dbdf565b (diff) |
Agregado libretools.install requerido por PKGBUILD
Diffstat (limited to 'libretools.install')
-rw-r--r-- | libretools.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libretools.install b/libretools.install new file mode 100644 index 0000000..36848f0 --- /dev/null +++ b/libretools.install @@ -0,0 +1,15 @@ +# arg 1: the new package version +post_install() { + echo "Edit /etc/libretools.conf to fit your needs" + echo "" + echo "For the scripts that can be run as normal user you can make" + echo "custom configuration by copying /etc/libretools.conf to" + echo "\$XDG_CONFIG_HOME/libretools/libretools.conf" + echo "" + echo "Your /etc/pacman.conf should have uncommented CacheDir option" +} + +# arg 1: the old package version +post_remove() { + +} |