7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
dpkg-maintscript-helper rm_conffile \
|
|
/etc/perl/sitecustomize.pl 5.26.0~rc1-2~ perl -- "$@"
|