diff options
author | root | 2021-12-28 22:50:39 +0100 |
---|---|---|
committer | root | 2021-12-28 22:50:39 +0100 |
commit | 6b6c10561f9d0bfe20f38af74df10367f1560583 (patch) | |
tree | 4a3964599e20d9e3259c7d26864c8765d1ceb79c /libtrash.install | |
parent | c567179118a329d8146e96830261fdcbe151470a (diff) | |
download | aur-6b6c10561f9d0bfe20f38af74df10367f1560583.tar.gz |
Fixed a typo in `libtrash.install`: `echo ">> export LD_PRELOAD=/usr/lib/libtrash.sh"` -> `echo ">> export LD_PRELOAD=/usr/lib/libtrash.so"`.
Diffstat (limited to 'libtrash.install')
-rw-r--r-- | libtrash.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrash.install b/libtrash.install index e59f818837d8..b821853a4ccd 100644 --- a/libtrash.install +++ b/libtrash.install @@ -1,6 +1,6 @@ post_install() { echo ">> To enable libtrash:" - echo ">> export LD_PRELOAD=/usr/lib/libtrash.sh" + echo ">> export LD_PRELOAD=/usr/lib/libtrash.so" echo ">> To disable libtrash:" echo ">> unset LD_PRELOAD" echo ">> WARNING: a few programs might not work while libtrash is enable" |