diff options
author | SPN Team <pwmn-master@hotmail.com> | 2022-07-10 13:09:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-17 06:40:06 +0700 |
commit | a93c54b8d3f61ce4054756b402f604249790d8ab (patch) | |
tree | fd8e7a77a959e9efe40ce83af6a6f8c77a047e0c /audio/ocp/douninst.sh | |
parent | 76eca33aa97e45c11a648b818e35a42891664ff4 (diff) |
audio/ocp: Updated for version 0.2.99. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ocp/douninst.sh')
-rw-r--r-- | audio/ocp/douninst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/ocp/douninst.sh b/audio/ocp/douninst.sh new file mode 100644 index 0000000000..144841e195 --- /dev/null +++ b/audio/ocp/douninst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/install-info ]; then + chroot . /usr/bin/install-info --remove --info-dir=/usr/info /usr/info/ocp.info.gz 2> /dev/null +fi |