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