From 843b8ff272e60b7d8b091c88392c6ab29ad066cc Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernández Date: Tue, 19 Oct 2010 15:52:08 -0500 Subject: Agregado libretools.install requerido por PKGBUILD --- libretools.install | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libretools.install (limited to 'libretools.install') 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() { + +} -- cgit v1.2.3-54-g00ecf