Package: afterstep
Version: 2.2.1-1
Severity: wishlist

Hello Robert,

I added a --remove option to update-menus that allow to remove the
generated menu files. For that to work with afterstep,
you need to add a removemenu command to the menu-method.

Furthermore the prerun command do not remove the empty directories.
I would suggest you remove the current prerun command and add:

prerun     = "test -d " prefix() " && ("
             "find " prefix() " -type f -exec rm {} \\; ;"
             "find " prefix() " -depth -type d -exec rmdir {} \\;)";

removemenu = "test -d " prefix() " && ("
             "find " prefix() " -type f -exec rm {} \\; ;"
             "find " prefix() " -depth -type d -exec rmdir {} \\;)";

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to