summarylogtreecommitdiffstats
path: root/cdu.install
blob: a34abf2ccbe20582ee8e50b297583fdc311f7ddb (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  /bin/cat << EOF

For better comfort, you can define alias in your ~/.bashrc file.

 alias du='cdu -idh'

EOF
}