diff options
author | joey <joey> | 1999-08-17 04:23:01 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:23:01 +0000 |
commit | f3e3bca0ce194129c6767e4a52baa376ead7e9b9 (patch) | |
tree | a223255e1476fd28ed26657925827696f435ca8c /autoscripts | |
parent | 2cfd4c9cda59e11e29df58152fea76c1cfc696f6 (diff) | |
download | debhelper-f3e3bca0ce194129c6767e4a52baa376ead7e9b9.tar.gz |
r7: Fixed.
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postrm-menu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoscripts/postrm-menu b/autoscripts/postrm-menu new file mode 100644 index 00000000..a73a1692 --- /dev/null +++ b/autoscripts/postrm-menu @@ -0,0 +1 @@ +if [ -x /usr/bin/update-menus ] ; then update-menus ; fi |