summarylogtreecommitdiffstats
path: root/rmtrash.install
diff options
context:
space:
mode:
Diffstat (limited to 'rmtrash.install')
-rw-r--r--rmtrash.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/rmtrash.install b/rmtrash.install
deleted file mode 100644
index 8200173a5ef8..000000000000
--- a/rmtrash.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_install() {
- echo
- echo " It is very convenient to create the following aliases:"
- echo
- echo " alias rm='rmtrash'"
- echo " alias rmdir='rmdirtrash'"
- echo " alias sudo='sudo '"
- echo
-}
-
-post_remove() {
- echo
- echo " Make sure to delete the following aliases if you created them:"
- echo
- echo " alias rm='rmtrash'"
- echo " alias rmdir='rmdirtrash'"
- echo " alias sudo='sudo '"
- echo
-}