diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2016-05-18 14:34:23 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2016-05-18 14:34:23 -0400 |
commit | f04f99b45ce66c08f646b4939b08e90da436da00 (patch) | |
tree | 2b3ae1c8cb3afb15ca7aae137d56b9b90cb01d3a | |
parent | Bump $VERSION to 1.2.1 (diff) | |
download | eselect-f04f99b45ce66c08f646b4939b08e90da436da00.tar.gz eselect-f04f99b45ce66c08f646b4939b08e90da436da00.tar.bz2 eselect-f04f99b45ce66c08f646b4939b08e90da436da00.zip |
We are removing symbolic links, not files.
-rw-r--r-- | postgresql.eselect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql.eselect b/postgresql.eselect index 58527eb..6468ab6 100644 --- a/postgresql.eselect +++ b/postgresql.eselect @@ -6,7 +6,7 @@ inherit config multilib DESCRIPTION="Manage active PostgreSQL client applications and libraries" MAINTAINER="pgsql-bugs@gentoo.org" -VERSION="1.2.1" +VERSION="1.3" # Global Data B_PATH="${EROOT%/}/usr" @@ -303,7 +303,7 @@ do_update() { # In case all slots have been unmerged if [[ ${index} -eq 0 ]] ; then write_warning_msg "No slots found!" - write_warning_msg "Removing files (Control-C to abort) in..." + write_warning_msg "Removing links (Control-C to abort) in..." local i=6 while [[ $[i--] -gt 0 ]] ; do echo -n " $i" |