summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
Diffstat (limited to '.install')
-rw-r--r--.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/.install b/.install
index 1d50061a39e3..60663f4154bb 100644
--- a/.install
+++ b/.install
@@ -33,8 +33,10 @@
post_remove() {
local INSTALL_DIR=/usr/lib/bsp-layout;
local BINARY=/usr/local/bin/bsp-layout;
+ local MAN_PAGE=/usr/local/man/man1/bsp-layout.1;
# Clean up
rm -rf $INSTALL_DIR;
rm -rf $BINARY;
+ rm -rf $MAN_PAGE;
}