diff options
Diffstat (limited to 'src/librefetch/librefetch-install.in')
-rw-r--r-- | src/librefetch/librefetch-install.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librefetch/librefetch-install.in b/src/librefetch/librefetch-install.in index 23c1928..54ffad4 100644 --- a/src/librefetch/librefetch-install.in +++ b/src/librefetch/librefetch-install.in @@ -62,7 +62,7 @@ post_install() { print ":: %s: ... but it's an old version" "${0##*/}" pre_remove "$file" post_install "$file" - return $? + return fi done else |