aboutsummaryrefslogtreecommitdiff
path: root/trashman
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-12 09:55:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-12 09:55:51 -0200
commit99423aac98175e1b4ee0a03090017b51bd99ca40 (patch)
tree0c3e0cd7db54bfcd4070edc7d001beda98518749 /trashman
parent247a5ff3827d574e74c7df4b31dca643ef122649 (diff)
downloadtrashman-99423aac98175e1b4ee0a03090017b51bd99ca40.tar.gz
trashman-99423aac98175e1b4ee0a03090017b51bd99ca40.tar.bz2
Adds custom debian functions and minor fixes
Diffstat (limited to 'trashman')
-rwxr-xr-xtrashman6
1 files changed, 3 insertions, 3 deletions
diff --git a/trashman b/trashman
index 3e9859d..43d8c56 100755
--- a/trashman
+++ b/trashman
@@ -88,11 +88,11 @@ else
if [ "$ACTION" = "check" ]; then
if [ "$status" = "0" ]; then
- __trashman_echo "Package trashman is installed system-wide"
+ __trashman_echo "Package $package is installed system-wide"
elif [ "$status" = "1" ]; then
- __trashman_echo "Package trashman is not installed system-wide"
+ __trashman_echo "Package $package is not installed system-wide"
elif [ "$status" = "2" ]; then
- __trashman_echo "Package trashman is partially installed system-wide"
+ __trashman_echo "Package $package is partially installed system-wide"
fi
fi
else