diff options
Diffstat (limited to 'debian/postrm')
-rw-r--r-- | debian/postrm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..04346d0 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,3 @@ +#!/bin/sh +test "$1" = "configure" && test -x /usr/bin/update-menus \ + && update-menus |