This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
codeblocks-20.03/debian/codeblocks.postinst

10 lines
147 B
Plaintext
Raw Permalink Normal View History

#! /bin/sh
set -e
#remove possible artifacts of older installs
rm -f /usr/{lib,lib32,lib64}/codeblocks/plugins/*.do_not_load
#DEBHELPER#
exit 0