diff options
-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() { + +} |