Your IP : 3.15.148.76


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/roundcube-core.preinst

#!/bin/sh

set -e

for link in \
    /usr/share/roundcube/program/js/tinymce \
    /usr/share/roundcube/program/js/jquery.js \
    /usr/share/roundcube/program/js/jquery.min.js \
    /usr/share/roundcube/plugins/jqueryui/css \
    /usr/share/roundcube/plugins/jqueryui/js/i18n \
    /usr/share/roundcube/plugins/jqueryui/js/jquery-ui.min.js; do
    [ ! -L $link ] || rm $link
done

# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /var/lib/roundcube/config /etc/roundcube 1.1.2+dfsg.1-4 -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper rm_conffile /etc/roundcube/db.inc.php 1.0.0+dfsg.1-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper rm_conffile /etc/roundcube/main.inc.php 1.0.0+dfsg.1-1~ -- "$@"
# End automatically added section


exit 0