ed956120ae
- Drop @dirrm* from plist
7 lines
186 B
Bash
7 lines
186 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" = "POST-DEINSTALL" ]; then
|
|
if find "%%PREFIX%%/%%Q4DIR%%" -type f | head -1 | grep -q ''; then
|
|
echo "Note: %%PREFIX%%/%%Q4DIR%% not empty -- not deleted!"
|
|
fi
|
|
fi
|