[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.6_rc1+dfsg-1-2-ga894277
David Prévot
taffit at debian.org
Sun May 12 20:11:26 UTC 2013
The following commit has been merged in the master branch:
commit a894277756280f233aebb841a8031c957fa91b83
Author: David Prévot <taffit at debian.org>
Date: Sun May 12 16:11:01 2013 -0400
Revert useless debian/postinst update
diff --git a/debian/postinst b/debian/postinst
index bef455d..989be0d 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -63,12 +63,6 @@ case "$1" in
ln -sf ../../../../../javascript/pdf/locale $dir
fi
fi
- dir="/usr/share/owncloud/3rdparty/timepicker/js/localization"
- if [ -d $dir ] && [ ! -L $dir ]; then
- if rmdir $dir 2>/dev/null; then
- ln -sf ../../../../javascript/jquery-timepicker/localization $dir
- fi
- fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list