X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=49ef123b5624e3fd7fa87998910e8a2f7ff44775;hb=c577559e2be4e41aeb0696baadd6fccfd26834d7;hp=e7322f5d708077c22450870791aa8f8b3474c539;hpb=49c99cc04268b18d77f50a376a5609d37b7c2671;p=roundcube.git diff --git a/debian/rules b/debian/rules index e7322f5..49ef123 100755 --- a/debian/rules +++ b/debian/rules @@ -5,17 +5,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk DEB_INSTALL_CHANGELOGS_ALL=CHANGELOG binary-install/roundcube-core:: - # Remove plugins - rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/plugins - - # Symlink all that is in /usr/share/roundcube to /var/lib/roundcube - find debian/roundcube-core/usr/share/roundcube -maxdepth 1 -mindepth 1 | \ - while read i; do \ - if [ ! -L "$$i" ]; then \ - dh_link -proundcube-core "`echo "$$i" | sed -e s#debian/roundcube-core/##`" \ - "`echo "$$i" | sed -e s#debian/roundcube-core/usr/share/roundcube/#var/lib/roundcube/#`"; \ - fi \ - done # Install config files install -m 0640 $(CURDIR)/config/db.inc.php.dist $(CURDIR)/debian/roundcube-core/etc/roundcube/db.inc.php install -m 0640 $(CURDIR)/config/main.inc.php.dist $(CURDIR)/debian/roundcube-core/usr/share/roundcube