PKGBUILDs/community/libtrash/libtrash.install

19 lines
456 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
echo ">> To enable libtrash at login:"
echo ">> chmod 755 /etc/profile.d/libtrash.sh"
echo ">> To enable libtrash at any moment:"
echo ">> . /etc/profile.d/libtrash.sh"
echo ">> To disable libtrash at any moment:"
echo ">> unset LD_PRELOAD"
echo ">> WARNING: fakeroot will not work while libtrash is enabled."
echo ">> Disable libtrash before using fakeroot!"
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*